mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
* PyUnicode_InternInPlace() now ensures that interned strings are ready. * Add _PyUnicode_ClearInterned(). * Py_Finalize() now releases Unicode interned strings: call _PyUnicode_ClearInterned().
Source files for various builtin objects