[issue32879] Race condition in multiprocessing Queue

Eric Meyer report at bugs.python.org
Sun Nov 10 17:05:56 EST 2019


Eric Meyer <ericallenmeyer at gmail.com> added the comment:

The problem I was seeing ended up being improper GIL management in a c++ extension. It seems putting items that were created without the GIL on the queue causes a seg fault.

----------

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


More information about the Python-bugs-list mailing list