[issue39812] Avoid daemon threads in concurrent.futures

Kyle Stanley report at bugs.python.org
Mon Mar 30 19:21:51 EDT 2020


Kyle Stanley <aeros167 at gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39812>
_______________________________________


More information about the Python-bugs-list mailing list