Home
last modified time | relevance | path

Searched refs:PyCFunction_ClearFreeList (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h88 PyAPI_FUNC(int) PyCFunction_ClearFreeList(void);
/external/python/cpython2/Objects/
Dmethodobject.c395 PyCFunction_ClearFreeList(void) in PyCFunction_ClearFreeList() function
412 (void)PyCFunction_ClearFreeList(); in PyCFunction_Fini()
/external/python/cpython2/Modules/
Dgcmodule.c839 (void)PyCFunction_ClearFreeList(); in clear_freelists()
/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()``: