mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
* PyUnicode_InternInPlace() now ensures that interned strings are ready. * Add _PyUnicode_ClearInterned(). * Py_Finalize() now releases Unicode interned strings: call _PyUnicode_ClearInterned().
Miscellaneous source files for the main Python shared library