mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Add _PyUnicode_FiniTypes() function, called by finalize_interp_types(). It clears these static types: * EncodingMapType * PyFieldNameIter_Type * PyFormatterIter_Type _PyStaticType_Dealloc() now does nothing if tp_subclasses is not NULL.
Miscellaneous source files for the main Python shared library