Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobjimpl.h157 PyAPI_FUNC(int) PyGC_Disable(void);
/third_party/python/Modules/
D_posixsubprocess.c783 need_to_reenable_gc = PyGC_Disable(); in subprocess_fork_exec()
Dgcmodule.c1501 PyGC_Disable(); in gc_disable_impl()
2064 PyGC_Disable(void) in PyGC_Disable() function
D_testcapimodule.c164 old_state = PyGC_Disable(); in test_gc_control()
185 old_state = PyGC_Disable(); in test_gc_control()
203 PyGC_Disable(); in test_gc_control()
/third_party/python/Doc/c-api/
Dgcsupport.rst217 .. c:function:: int PyGC_Disable(void)
/third_party/python/PC/
Dpython3dll.c273 EXPORT_FUNC(PyGC_Disable)
/third_party/python/Doc/data/
Dstable_abi.dat281 function,PyGC_Disable,3.10,
/third_party/python/Misc/
Dstable_abi.txt2151 function PyGC_Disable
/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.rst2119 :c:func:`PyGC_Disable()`,