Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dgcmodule.c.h340 gc_unfreeze_impl(PyObject *module);
345 return gc_unfreeze_impl(module); in gc_unfreeze()
/third_party/python/Modules/
Dgcmodule.c1937 gc_unfreeze_impl(PyObject *module) in gc_unfreeze_impl() function