mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() functions: the free lists of bound method objects have been removed. Remove also _PyMethod_Fini() and _PyCFunction_Fini() functions.
Miscellaneous source files for the main Python shared library