[issue32576] concurrent.futures.thread potential deadlock due to Queue in weakref callback

Antoine Pitrou report at bugs.python.org
Wed Jan 17 06:55:57 EST 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

We could also switch multiprocessing.Pool.  Unfortunately some code in multiprocessing.Pool relies on internal details of queue.Queue (!).

----------

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


More information about the Python-bugs-list mailing list