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

Antoine Pitrou report at bugs.python.org
Wed Jan 17 17:11:42 EST 2018


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

There's a proposed fix in https://github.com/python/cpython/pull/5216
It would be nice if someone able to reproduce this issue could test it (the reproducer script here wouldn't work with the new SimpleQueue implementation).

----------

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


More information about the Python-bugs-list mailing list