[issue31783] Race condition in ThreadPoolExecutor when scheduling new jobs while the interpreter shuts down

Brian Quinlan report at bugs.python.org
Tue May 7 15:20:55 EDT 2019


Brian Quinlan <brian at sweetapp.com> added the comment:

I think that ProcessPoolExecutor might have a similar race condition - but not in exactly this code path since it would only be with the queue management thread (which is only started once).

----------

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


More information about the Python-bugs-list mailing list