Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c1184 Py_ssize_t *n_collected, Py_ssize_t *n_uncollectable, in gc_collect_main() argument
1342 if (n_uncollectable) { in gc_collect_main()
1343 *n_uncollectable = n; in gc_collect_main()