mirror of
https://github.com/python/cpython.git
synced 2026-07-05 17:26:59 -04:00
1626bf4ac7
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