[issue14976] queue.Queue() is not reentrant, so signals and GC can cause deadlocks

Antoine Pitrou report at bugs.python.org
Fri Aug 18 05:06:21 EDT 2017


Antoine Pitrou added the comment:

Here is a pure Python PoC patch that allows unbounded Queue and LifoQueue to have reentrant put().

----------
keywords: +patch
nosy: +serhiy.storchaka
Added file: http://bugs.python.org/file47092/q_reentrancy.patch

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


More information about the Python-bugs-list mailing list