Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dgcmodule.c.h273 gc_freeze_impl(PyObject *module);
278 return gc_freeze_impl(module); in gc_freeze()
/external/python/cpython3/Modules/
Dgcmodule.c1427 gc_freeze_impl(PyObject *module) in gc_freeze_impl() function