Home
last modified time | relevance | path

Searched refs:show_ref_count (Results 1 – 5 of 5) 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
1242 if (show_ref_count) { in Py_FinalizeEx()
Dpythonrun.c95 int show_ref_count = PyThreadState_GET()->interp->core_config.show_ref_count; in PyRun_InteractiveLoopFlags() local
140 if (show_ref_count) { in PyRun_InteractiveLoopFlags()
/external/python/cpython3/Programs/
D_testembed.c454 config.show_ref_count = 1; in test_init_from_config()
/external/python/cpython3/Modules/
Dmain.c2347 config->show_ref_count = 1; in _PyCoreConfig_Read()
2507 COPY_ATTR(show_ref_count); in _PyCoreConfig_Copy()
2589 SET_ITEM_INT(show_ref_count); in _PyCoreConfig_AsDict()