Home
last modified time | relevance | path

Searched refs:gc_set_debug_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
Dgcmodule.c.h141 gc_set_debug_impl(PyObject *module, int flags);
153 return_value = gc_set_debug_impl(module, flags); in gc_set_debug()
/third_party/python/Modules/
Dgcmodule.c1576 gc_set_debug_impl(PyObject *module, int flags) in gc_set_debug_impl() function