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 aeros
Recipients aeros, pitrou, tomMoral, vstinner
Date 2020-03-30.23:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585610511.16.0.305419064175.issue39812@roundup.psfhosted.org>
In-reply-to
Content
> This change introduced a leak in test_asyncio: bpo-40115.

Thanks for bringing attention to it Victor. It seems like a rather odd side effect, considering that PR-19149 had no C code and was internal to concurrent.futures and threading. I did not expect asyncio to be dependent on the executors using atexit and daemon threads.

I'll see if I can figure it out, but this one might be a bit tricky to troubleshoot.
History
Date User Action Args
2020-03-30 23:21:51aerossetrecipients: + aeros, pitrou, vstinner, tomMoral
2020-03-30 23:21:51aerossetmessageid: <1585610511.16.0.305419064175.issue39812@roundup.psfhosted.org>
2020-03-30 23:21:51aeroslinkissue39812 messages
2020-03-30 23:21:51aeroscreate