Searched refs:PyGC_Disable (Results 1 – 10 of 10) sorted by relevance
157 PyAPI_FUNC(int) PyGC_Disable(void);
783 need_to_reenable_gc = PyGC_Disable(); in subprocess_fork_exec()
1501 PyGC_Disable(); in gc_disable_impl()2064 PyGC_Disable(void) in PyGC_Disable() function
164 old_state = PyGC_Disable(); in test_gc_control()185 old_state = PyGC_Disable(); in test_gc_control()203 PyGC_Disable(); in test_gc_control()
217 .. c:function:: int PyGC_Disable(void)
273 EXPORT_FUNC(PyGC_Disable)
281 function,PyGC_Disable,3.10,
2151 function PyGC_Disable
1750 :c:func:`PyGC_Enable()`, :c:func:`PyGC_Disable()`,
2119 :c:func:`PyGC_Disable()`,