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

Eric Snow report at bugs.python.org
Wed May 6 12:08:25 EDT 2020


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

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

Making PyObject.ob_refcnt atomic until then (only as part of the experiment) should be fine.

----------

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


More information about the Python-bugs-list mailing list