[issue40533] Subinterpreters: don't share Python objects between interpreters

STINNER Victor report at bugs.python.org
Wed May 6 12:20:33 EDT 2020


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

> Yep, before per-interpreter GIL is official we must get to the point where *no* PyObject objects are shared.

I would like to add: "no PyObject objects are shared in the stdlib" ;-)

----------

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


More information about the Python-bugs-list mailing list