Home
last modified time | relevance | path

Searched refs:Py_DebugFlag (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
Dpydebug.h8 PyAPI_DATA(int) Py_DebugFlag;
/third_party/python/Python/
Dinitconfig.c156 int Py_DebugFlag = 0; /* Needed by parser.c */ variable
214 SET_ITEM_INT(Py_DebugFlag); in _Py_GetGlobalVariablesAsDict()
1414 COPY_FLAG(parser_debug, Py_DebugFlag); in config_get_global_vars()
1451 COPY_FLAG(parser_debug, Py_DebugFlag); in config_set_global_vars()
/third_party/python/Programs/
D_testembed.c904 Py_DebugFlag = 1; in set_all_global_config_variables()
/third_party/python/Parser/
Dtokenizer.c1045 if (Py_DebugFlag) { in tok_nextc()
Dparser.c5 # define D(x) if (Py_DebugFlag) x;
/third_party/python/Doc/c-api/
Dinit.rst92 .. c:var:: int Py_DebugFlag
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2111 Parser/parser.c - Py_DebugFlag -