Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-05-23-20-46-14.bpo-33622.xPucO9.rst3 :c:func:`PyGC_Collect` can now be called when an exception is set and
/external/python/cpython2/Include/
Dobjimpl.h235 PyAPI_FUNC(Py_ssize_t) PyGC_Collect(void);
/external/python/cpython3/Include/
Dobjimpl.h232 PyAPI_FUNC(Py_ssize_t) PyGC_Collect(void);
/external/python/cpython2/Python/
Dpythonrun.c455 PyGC_Collect(); in Py_Finalize()
460 while (PyGC_Collect() > 0) in Py_Finalize()
483 PyGC_Collect(); in Py_Finalize()
/external/python/cpython3/Modules/
Dgcmodule.c1563 PyGC_Collect(void) in PyGC_Collect() function
1587 return PyGC_Collect(); in _PyGC_CollectIfEnabled()
/external/python/cpython3/PC/
Dpython3.def271 PyGC_Collect=python37.PyGC_Collect
/external/python/cpython3/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
/external/python/cpython2/PC/os2emx/
Dpython27.def1181 "PyGC_Collect"
/external/python/cpython2/Modules/
Dgcmodule.c1429 PyGC_Collect(void) in PyGC_Collect() function
/external/python/cpython2/Misc/
DHISTORY4440 - Added PyGC_Collect(), equivalent to calling gc.collect().
/external/python/cpython3/Misc/
DHISTORY21824 - Added PyGC_Collect(), equivalent to calling gc.collect().