Home
last modified time | relevance | path

Searched refs:PyGC_IsEnabled (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dobjimpl.h158 PyAPI_FUNC(int) PyGC_IsEnabled(void);
/third_party/python/Modules/
Dgcmodule.c1515 return PyGC_IsEnabled(); in gc_isenabled_impl()
2073 PyGC_IsEnabled(void) in PyGC_IsEnabled() function
D_testcapimodule.c150 int orig_enabled = PyGC_IsEnabled(); in test_gc_control()
160 if (!PyGC_IsEnabled()) { in test_gc_control()
170 if (PyGC_IsEnabled()) { in test_gc_control()
180 if (!PyGC_IsEnabled()) { in test_gc_control()
191 if (PyGC_IsEnabled()) { in test_gc_control()
/third_party/python/Doc/c-api/
Dgcsupport.rst225 .. c:function:: int PyGC_IsEnabled(void)
/third_party/python/PC/
Dpython3dll.c275 EXPORT_FUNC(PyGC_IsEnabled)
/third_party/python/Doc/data/
Dstable_abi.dat283 function,PyGC_IsEnabled,3.10,
/third_party/python/Misc/
Dstable_abi.txt2155 function PyGC_IsEnabled
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1751 :c:func:`PyGC_IsEnabled()`, corresponding to the functions in the :mod:`gc`
/third_party/python/Doc/whatsnew/
D3.10.rst2120 :c:func:`PyGC_IsEnabled()`.