mirror of
https://github.com/python/cpython.git
synced 2026-08-12 06:15:14 +08: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