Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h158 PyAPI_FUNC(int) PyGC_IsEnabled(void);
/external/python/cpython3/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()
/external/python/cpython3/Doc/c-api/
Dgcsupport.rst225 .. c:function:: int PyGC_IsEnabled(void)
/external/python/cpython3/PC/
Dpython3dll.c275 EXPORT_FUNC(PyGC_IsEnabled)
/external/python/cpython3/Doc/data/
Dstable_abi.dat283 function,PyGC_IsEnabled,3.10,
Dpython3.10.abi262 …<elf-symbol name='PyGC_IsEnabled' type='func-type' binding='global-binding' visibility='default-vi…
19345PyGC_IsEnabled' mangled-name='PyGC_IsEnabled' filepath='Modules/gcmodule.c' line='2073' column='1'…
/external/python/cpython3/Misc/
Dstable_abi.txt2155 function PyGC_IsEnabled
/external/python/cpython3/Misc/NEWS.d/
D3.10.0b1.rst1752 :c:func:`PyGC_IsEnabled()`, corresponding to the functions in the :mod:`gc`
/external/python/cpython3/Doc/whatsnew/
D3.10.rst2123 :c:func:`PyGC_IsEnabled()`.