Searched refs:PyGC_Collect (Results 1 – 13 of 13) sorted by relevance
154 PyAPI_FUNC(Py_ssize_t) PyGC_Collect(void);
196 .. c:function:: Py_ssize_t PyGC_Collect(void)
9 :c:func:`PyGC_Collect` can now be called when an exception is set and
28 :c:func:`PyGC_Collect` can now be called when an exception is set and
909 Remove the following functions from the C API. Call :c:func:`PyGC_Collect`
1194 :c:func:`PyGC_Collect` can now be called when an exception is set and
272 EXPORT_FUNC(PyGC_Collect)
280 function,PyGC_Collect,3.2,
2081 PyGC_Collect(void) in PyGC_Collect() function
1781 PyGC_Collect(); in Py_FinalizeEx()
748 function PyGC_Collect
21824 - Added PyGC_Collect(), equivalent to calling gc.collect().
1440 * Removed the following functions from the C API. Call :c:func:`PyGC_Collect`