Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobjimpl.h156 PyAPI_FUNC(int) PyGC_Enable(void);
/third_party/python/Modules/
D_posixsubprocess.c1009 PyGC_Enable(); in subprocess_fork_exec()
Dgcmodule.c1487 PyGC_Enable(); in gc_enable_impl()
2055 PyGC_Enable(void) in PyGC_Enable() function
D_testcapimodule.c154 old_state = PyGC_Enable(); in test_gc_control()
174 old_state = PyGC_Enable(); in test_gc_control()
201 PyGC_Enable(); in test_gc_control()
/third_party/python/Doc/c-api/
Dgcsupport.rst209 .. c:function:: int PyGC_Enable(void)
/third_party/python/PC/
Dpython3dll.c274 EXPORT_FUNC(PyGC_Enable)
/third_party/python/Doc/data/
Dstable_abi.dat282 function,PyGC_Enable,3.10,
/third_party/python/Misc/
Dstable_abi.txt2153 function PyGC_Enable
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1750 :c:func:`PyGC_Enable()`, :c:func:`PyGC_Disable()`,
/third_party/python/Doc/whatsnew/
D3.10.rst2118 :c:func:`PyGC_Enable()`,