Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c797 collect(int generation, Py_ssize_t *n_collected, Py_ssize_t *n_uncollectable, in collect() argument
968 if (n_uncollectable) in collect()
969 *n_uncollectable = n; in collect()