Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfloatobject.h122 PyAPI_FUNC(int) PyFloat_ClearFreeList(void);
/external/python/cpython2/Doc/c-api/
Dfloat.rst91 .. c:function:: int PyFloat_ClearFreeList()
/external/python/cpython2/Objects/
Dfloatobject.c2214 PyFloat_ClearFreeList(void) in PyFloat_ClearFreeList() function
2265 u = PyFloat_ClearFreeList(); in PyFloat_Fini()
/external/python/cpython2/Modules/
Dgcmodule.c845 (void)PyFloat_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b1.rst915 * ``PyFloat_ClearFreeList()``
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1429 * ``PyFloat_ClearFreeList()``