Home
last modified time | relevance | path

Searched refs:PyGC_IsEnabled (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dobjimpl.h158 PyAPI_FUNC(int) PyGC_IsEnabled(void);
/third_party/python/PC/
H A Dpython3dll.c281 EXPORT_FUNC(PyGC_IsEnabled)
/third_party/python/Modules/
H A Dgcmodule.c1502 return PyGC_IsEnabled(); in gc_isenabled_impl()
2060 PyGC_IsEnabled(void) in PyGC_IsEnabled() function
H A D_testcapimodule.c160 int orig_enabled = PyGC_IsEnabled(); in test_gc_control()
170 if (!PyGC_IsEnabled()) { in test_gc_control()
180 if (PyGC_IsEnabled()) { in test_gc_control()
190 if (!PyGC_IsEnabled()) { in test_gc_control()
201 if (PyGC_IsEnabled()) { in test_gc_control()

Completed in 14 milliseconds