Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dgcmodule.c.h146 gc_set_debug_impl(PyObject *module, int flags);
163 return_value = gc_set_debug_impl(module, flags); in gc_set_debug()
/external/python/cpython3/Modules/
Dgcmodule.c1556 gc_set_debug_impl(PyObject *module, int flags) in gc_set_debug_impl() function