This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, vstinner
Date 2019-06-03.21:32:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559597546.13.0.216713911629.issue37137@roundup.psfhosted.org>
In-reply-to
Content
I push a fix in asyncio, instead of trying to fix individual asyncio tests:

New changeset 0f0a30f4da4b529e0f7df857b9f575b231b32758 by Victor Stinner in branch 'master':
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
https://github.com/python/cpython/commit/0f0a30f4da4b529e0f7df857b9f575b231b32758

See https://bugs.python.org/issue34037#msg344476
History
Date User Action Args
2019-06-03 21:32:26vstinnersetrecipients: + vstinner, pablogsal
2019-06-03 21:32:26vstinnersetmessageid: <1559597546.13.0.216713911629.issue37137@roundup.psfhosted.org>
2019-06-03 21:32:26vstinnerlinkissue37137 messages
2019-06-03 21:32:26vstinnercreate