X Tutup
Skip to content

bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon()#7462

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:asyncio_warns
Jun 6, 2018
Merged

bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon()#7462
vstinner merged 1 commit intopython:masterfrom
vstinner:asyncio_warns

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 6, 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.

https://bugs.python.org/issue32676

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.
@vstinner vstinner requested a review from 1st1 June 6, 2018 23:11
@vstinner vstinner requested a review from asvetlov as a code owner June 6, 2018 23:11
@vstinner vstinner merged commit 9f04f0d into python:master Jun 6, 2018
@vstinner vstinner deleted the asyncio_warns branch June 6, 2018 23:33
vstinner added a commit that referenced this pull request Jun 7, 2018
* bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460)

* Close sockets and streams to fix ResourceWarning warnings
* Catch also OSError to hide a traceback on an expected handshake
  error

(cherry picked from commit 0eba7c3)

* bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461)

Hide PendingDeprecationWarning in test__register_task_3().

(cherry picked from commit 7ed61e9)

* bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-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)
vstinner added a commit that referenced this pull request Jun 7, 2018
…() (GH-7462) (GH-7483)

* bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-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)

* Hide a warning in test_asyncio test_cancel_handshake()

SslProtoHandshakeTests.test_cancel_handshake() of
test_asyncio.test_sslproto: hide a traceback about SSL handshake
failure.
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