Searched refs:PyMethod_ClearFreeList (Results 1 – 6 of 6) sorted by relevance
78 PyAPI_FUNC(int) PyMethod_ClearFreeList(void);
68 .. c:function:: int PyMethod_ClearFreeList()
837 (void)PyMethod_ClearFreeList(); in clear_freelists()
2675 PyMethod_ClearFreeList(void) in PyMethod_ClearFreeList() function2692 (void)PyMethod_ClearFreeList(); in PyMethod_Fini()
946 Remove ``PyMethod_ClearFreeList()`` and ``PyCFunction_ClearFreeList()``
1432 * ``PyMethod_ClearFreeList()`` and ``PyCFunction_ClearFreeList()``: