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 aeros, asvetlov, cjrh, lukasz.langa, vstinner, yselivanov
Date 2019-09-19.14:47:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568904472.02.0.682574637065.issue34037@roundup.psfhosted.org>
In-reply-to
Content
asyncio.run() now shutdowns the default executor: nice, thanks! That was my request. IMHO it will make asyncio more reliable, especially for tests on the CI.

If it becomes an issue in Python 3.9 (executor hangs forever), we can add new parameters (to run()?) to put a timeout for example.
History
Date User Action Args
2019-09-19 14:47:52vstinnersetrecipients: + vstinner, asvetlov, cjrh, lukasz.langa, yselivanov, aeros
2019-09-19 14:47:52vstinnersetmessageid: <1568904472.02.0.682574637065.issue34037@roundup.psfhosted.org>
2019-09-19 14:47:52vstinnerlinkissue34037 messages
2019-09-19 14:47:51vstinnercreate