Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h40 int show_ref_count; /* -X showrefcount */ member
/external/python/cpython3/Python/
Dpylifecycle.c1150 int show_ref_count = interp->core_config.show_ref_count; in Py_FinalizeEx() local
Dpythonrun.c95 int show_ref_count = PyThreadState_GET()->interp->core_config.show_ref_count; in PyRun_InteractiveLoopFlags() local