Searched refs:show_ref_count (Results 1 – 6 of 6) sorted by relevance
146 int show_ref_count; member
142 int show_ref_count = _Py_GetConfig()->show_ref_count; in _PyRun_InteractiveLoopObject() local168 if (show_ref_count) { in _PyRun_InteractiveLoopObject()
600 assert(config->show_ref_count >= 0); in config_check_consistency()887 COPY_ATTR(show_ref_count); in _PyConfig_Copy()991 SET_ITEM_INT(show_ref_count); in _PyConfig_AsDict()1267 GET_UINT(show_ref_count); in _PyConfig_FromDict()2055 config->show_ref_count = 1; in config_read()
1736 int show_ref_count = tstate->interp->config.show_ref_count; in Py_FinalizeEx() local1827 if (show_ref_count) { in Py_FinalizeEx()
521 config.show_ref_count = 1; in test_init_from_config()
1020 .. c:member:: int show_ref_count