Searched refs:show_ref_count (Results 1 – 5 of 5) sorted by relevance
40 int show_ref_count; /* -X showrefcount */ member
1150 int show_ref_count = interp->core_config.show_ref_count; in Py_FinalizeEx() local1242 if (show_ref_count) { in Py_FinalizeEx()
95 int show_ref_count = PyThreadState_GET()->interp->core_config.show_ref_count; in PyRun_InteractiveLoopFlags() local140 if (show_ref_count) { in PyRun_InteractiveLoopFlags()
454 config.show_ref_count = 1; in test_init_from_config()
2347 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()