[issue40533] [subinterpreters] Don't share Python objects between interpreters

STINNER Victor report at bugs.python.org
Thu Jan 13 12:32:56 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

Sharing objects between multiple interpreters can cause complex bugs leading to crashes: https://bugs.python.org/issue46070#msg410493 For this specific bug, I wrote a workaround (GH-30577).

----------

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


More information about the Python-bugs-list mailing list