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

Mark Dickinson report at bugs.python.org
Fri Sep 9 16:22:58 EDT 2016


Mark Dickinson added the comment:

Davin: I don't see the link with #14976. There are no external signals involved in this issue. There's just a piece of simple pure Python code, which can deadlock if gc happens to kick in at the wrong moment.

I don't think this issue should be closed.

----------

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


More information about the Python-bugs-list mailing list