SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 37 Python

Issue #3080: Use PyUnicode_InternFromString() for builtins

_PyImport_FixupBuiltin() and _PyImport_FindBuiltin() use
PyUnicode_InternFromString() instead of PyUnicode_FromString().
V
Victor Stinner committed
21fcd0c9aff01d69e1e92c1587e59638ff58a690
Parent: 9587286