Home
last modified time | relevance | path

Searched defs:uncollectable (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dmem.h107 Py_ssize_t uncollectable; member
/external/python/cpython3/Modules/
Dgcmodule.c985 Py_ssize_t collected, Py_ssize_t uncollectable) in invoke_gc_callback()
1026 Py_ssize_t result, collected, uncollectable; in collect_with_callback() local