Home
last modified time | relevance | path

Searched refs:show_ref_count (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h146 int show_ref_count; member
/third_party/python/Python/
Dpythonrun.c142 int show_ref_count = _Py_GetConfig()->show_ref_count; in _PyRun_InteractiveLoopObject() local
168 if (show_ref_count) { in _PyRun_InteractiveLoopObject()
Dinitconfig.c600 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()
Dpylifecycle.c1736 int show_ref_count = tstate->interp->config.show_ref_count; in Py_FinalizeEx() local
1827 if (show_ref_count) { in Py_FinalizeEx()
/third_party/python/Programs/
D_testembed.c521 config.show_ref_count = 1; in test_init_from_config()
/third_party/python/Doc/c-api/
Dinit_config.rst1020 .. c:member:: int show_ref_count