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