Files
cpython/Python
Victor Stinner 595225e86d bpo-46417: Py_Finalize() clears static types (GH-30743)
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.
2022-01-21 13:06:34 +01:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library