Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dinitconfig.h147 int show_ref_count; member
/third_party/python/Python/
Dpylifecycle.c1784 int show_ref_count = tstate->interp->config.show_ref_count; in Py_FinalizeEx() local
Dpythonrun.c132 int show_ref_count = _Py_GetConfig()->show_ref_count; in _PyRun_InteractiveLoopObject() local