Home
last modified time | relevance | path

Searched refs:PyGC_Collect (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Include/
Dobjimpl.h154 PyAPI_FUNC(Py_ssize_t) PyGC_Collect(void);
/third_party/python/Doc/c-api/
Dgcsupport.rst196 .. c:function:: Py_ssize_t PyGC_Collect(void)
/third_party/python/Misc/NEWS.d/
D3.7.0b5.rst9 :c:func:`PyGC_Collect` can now be called when an exception is set and
D3.6.6rc1.rst28 :c:func:`PyGC_Collect` can now be called when an exception is set and
D3.9.0b1.rst909 Remove the following functions from the C API. Call :c:func:`PyGC_Collect`
D3.8.0a1.rst1194 :c:func:`PyGC_Collect` can now be called when an exception is set and
/third_party/python/PC/
Dpython3dll.c272 EXPORT_FUNC(PyGC_Collect)
/third_party/python/Doc/data/
Dstable_abi.dat280 function,PyGC_Collect,3.2,
/third_party/python/Modules/
Dgcmodule.c2081 PyGC_Collect(void) in PyGC_Collect() function
/third_party/python/Python/
Dpylifecycle.c1781 PyGC_Collect(); in Py_FinalizeEx()
/third_party/python/Misc/
Dstable_abi.txt748 function PyGC_Collect
DHISTORY21824 - Added PyGC_Collect(), equivalent to calling gc.collect().
/third_party/python/Doc/whatsnew/
D3.9.rst1440 * Removed the following functions from the C API. Call :c:func:`PyGC_Collect`