[issue21009] Potential deadlock in concurrent futures when garbage collection occurs during Queue.get

Gregory P. Smith report at bugs.python.org
Wed Jan 17 17:03:30 EST 2018


Gregory P. Smith <greg at krypto.org> added the comment:

there's a PR on the other issue i opened for this without noticing this one so i'm marking this as the dup.

----------
nosy: +gregory.p.smith
resolution:  -> duplicate
stage:  -> patch review
status: open -> closed
superseder: queue.Queue() is not reentrant, so signals and GC can cause deadlocks -> concurrent.futures.thread potential deadlock due to Queue in weakref callback

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


More information about the Python-bugs-list mailing list