[issue46070] [subinterpreters] crash when importing _sre in subinterpreters in parallel (Python 3.9 regression)

STINNER Victor report at bugs.python.org
Thu Jan 13 15:24:19 EST 2022


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

pyobject_ob_interp.patch: Quick & dirty patch that I wrote to add PyObject.ob_interp, store in which interpreter an object has been created.

----------
Added file: https://bugs.python.org/file50560/pyobject_ob_interp.patch

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


More information about the Python-bugs-list mailing list