summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-07-16 13:42:49 (GMT)
committerGitHub <noreply@github.com>2024-07-16 13:42:49 (GMT)
commit281ffb60cc194c4eefee3e112888251abd1a749a (patch)
tree7fb29528eb8483fa72622c84a69dd4a1d4bce098 /Python/pythonrun.c
parentf0e4b02c3930b51d94a7e7827710d0468c763bc7 (diff)
downloadcpython-281ffb60cc194c4eefee3e112888251abd1a749a.zip
cpython-281ffb60cc194c4eefee3e112888251abd1a749a.tar.gz
cpython-281ffb60cc194c4eefee3e112888251abd1a749a.tar.bz2
[3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) (GH-121851)
gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) Older stable ABI extensions are allowed to make immortal objects mortal. Instead, use `_PyUnicode_STATE` (`interned` and `statically_allocated`). (cherry picked from commit 956270d08d5c23f59937e2f29f8e0b7f63d68afd) Co-authored-by: Petr Viktorin <encukou@gmail.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions