diff options
author | Petr Viktorin <encukou@gmail.com> | 2024-07-16 13:17:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 13:17:29 (GMT) |
commit | 956270d08d5c23f59937e2f29f8e0b7f63d68afd (patch) | |
tree | 2477bb7747dba50a6701f3ff72f07756880c74cb /Python/crossinterp.c | |
parent | a0b205bba555dd9c702b9a856cd9a8153277c9b0 (diff) | |
download | cpython-956270d08d5c23f59937e2f29f8e0b7f63d68afd.zip cpython-956270d08d5c23f59937e2f29f8e0b7f63d68afd.tar.gz cpython-956270d08d5c23f59937e2f29f8e0b7f63d68afd.tar.bz2 |
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`).
Diffstat (limited to 'Python/crossinterp.c')
0 files changed, 0 insertions, 0 deletions