mirror of
https://github.com/python/cpython.git
synced 2025-08-14 22:01:08 +00:00
![]() Fix a crash caused by immortal interned strings being shared between
sub-interpreters that use basic single-phase init. In that case, the string
can be used by an interpreter that outlives the interpreter that created and
interned it. For interpreters that share obmalloc state, also share the
interned dict with the main interpreter.
This is an un-revert of gh-124646 that then addresses the Py_TRACE_REFS
failures identified by gh-124785 (i.e. backporting gh-125709 too).
(cherry picked from commit
|
||
---|---|---|
.. | ||
cmdline.rst | ||
configure.rst | ||
editors.rst | ||
index.rst | ||
mac.rst | ||
unix.rst | ||
venv-create.inc | ||
win_installer.png | ||
windows.rst |