mirror of
https://github.com/python/cpython.git
synced 2026-07-10 03:53:44 -04:00
4dedd0f0dd
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.