Skip to content
master
cpython/Include/
cpython/Include/

Latest commit

Make the Unicode dictionary of interned strings compatible with
subinterpreters.

Remove the INTERN_NAME_STRINGS macro in typeobject.c: names are
always now interned (even if EXPERIMENTAL_ISOLATED_SUBINTERPRETERS
macro is defined).

_PyUnicode_ClearInterned() now uses PyDict_Next() to no longer
allocate memory, to ensure that the interned dictionary is cleared.
ea25180

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
You can’t perform that action at this time.