mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Add _PyTypes_FiniTypes() best-effort function to clear static types: don't deallocate a type if it still has subclasses. remove_subclass() now sets tp_subclasses to NULL when removing the last subclass.
Miscellaneous source files for the main Python shared library