X Tutup
Skip to content

[3.6] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)#7483

Merged
vstinner merged 2 commits intopython:3.6from
vstinner:asyncio36
Jun 7, 2018
Merged

[3.6] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)#7483
vstinner merged 2 commits intopython:3.6from
vstinner:asyncio36

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 7, 2018

Fix "<CoroWrapper ...> was never yielded from" warning in
PyTask_PyFuture_Tests.test_error_in_call_soon() of
test_asyncio.test_tasks.

Close manually the coroutine on error.

(cherry picked from commit 9f04f0d)

https://bugs.python.org/issue32676

…-7462)

Fix "<CoroWrapper ...> was never yielded from" warning in
PyTask_PyFuture_Tests.test_error_in_call_soon() of
test_asyncio.test_tasks.

Close manually the coroutine on error.

(cherry picked from commit 9f04f0d)
SslProtoHandshakeTests.test_cancel_handshake() of
test_asyncio.test_sslproto: hide a traceback about SSL handshake
failure.
@vstinner vstinner merged commit 2c8d665 into python:3.6 Jun 7, 2018
@vstinner vstinner deleted the asyncio36 branch June 7, 2018 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup