Home
last modified time | relevance | path

Searched defs:show_ref_count (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/cpython/
Dinitconfig.h151 int show_ref_count; /* -X showrefcount */ member
/external/python/cpython3/Python/
Dpylifecycle.c1188 int show_ref_count = interp->config.show_ref_count; in Py_FinalizeEx() local
Dpythonrun.c97 int show_ref_count = _PyInterpreterState_Get()->config.show_ref_count; in PyRun_InteractiveLoopFlags() local