Home
last modified time | relevance | path

Searched refs:PyMethod_ClearFreeList (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dclassobject.h78 PyAPI_FUNC(int) PyMethod_ClearFreeList(void);
/external/python/cpython2/Doc/c-api/
Dmethod.rst68 .. c:function:: int PyMethod_ClearFreeList()
/external/python/cpython2/Modules/
Dgcmodule.c837 (void)PyMethod_ClearFreeList(); in clear_freelists()
/external/python/cpython2/Objects/
Dclassobject.c2675 PyMethod_ClearFreeList(void) in PyMethod_ClearFreeList() function
2692 (void)PyMethod_ClearFreeList(); in PyMethod_Fini()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst946 Remove ``PyMethod_ClearFreeList()`` and ``PyCFunction_ClearFreeList()``
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1432 * ``PyMethod_ClearFreeList()`` and ``PyCFunction_ClearFreeList()``: