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 asvetlov, vstinner, yselivanov
Date 2019-06-03.21:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559596149.75.0.111730442538.issue34037@roundup.psfhosted.org>
In-reply-to
Content
"executor.shutdown(wait=False)" was added by this change:

commit 4ca7355901049ff9a873cf236091e6780d7a8126
Author: Antoine Pitrou <solipsis@pitrou.net>
Date:   Sun Oct 20 00:54:10 2013 +0200

    Issue #19299: fix refleak test failures in test_asyncio

Guido van Rossum proposed to wait for the executor. Guido proposed " executor.shutdown(wait=False)", but he didn't comment why wait=False:

https://bugs.python.org/issue19299#msg200508
History
Date User Action Args
2019-06-03 21:09:09vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2019-06-03 21:09:09vstinnersetmessageid: <1559596149.75.0.111730442538.issue34037@roundup.psfhosted.org>
2019-06-03 21:09:09vstinnerlinkissue34037 messages
2019-06-03 21:09:09vstinnercreate