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.h148 int show_ref_count; member
/external/python/cpython3/Python/
Dpythonrun.c125 int show_ref_count = _Py_GetConfig()->show_ref_count; in _PyRun_InteractiveLoopObject() local
Dpylifecycle.c2015 int show_ref_count = tstate->interp->config.show_ref_count; in _Py_Finalize() local