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.h159 int show_ref_count; /* -X showrefcount */ member
/external/python/cpython3/Python/
Dpylifecycle.c1378 int show_ref_count = tstate->interp->config.show_ref_count; in Py_FinalizeEx() local
Dpythonrun.c98 int show_ref_count = _Py_GetConfig()->show_ref_count; in PyRun_InteractiveLoopFlags() local