Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dgcmodule.c.h293 gc_unfreeze_impl(PyObject *module);
298 return gc_unfreeze_impl(module); in gc_unfreeze()
/external/python/cpython3/Modules/
Dgcmodule.c1446 gc_unfreeze_impl(PyObject *module) in gc_unfreeze_impl() function