[issue33196] multiprocessing: serialization must ensure that contexts are compatible (the same)

STINNER Victor report at bugs.python.org
Wed Nov 14 11:02:18 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

> The bug is, if a user makes an error and passes a Queue from context 'fork' to a child that is spawned using 'spawn', the passed Queue is, for obvious reasons, broken. 

Ok. I rewrote the issue title.

----------

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


More information about the Python-bugs-list mailing list