mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
666ecfb095
* 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