Home
last modified time | relevance | path

Searched refs:parser_debug (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Python/
Dinitconfig.c617 assert(config->parser_debug >= 0); in config_check_consistency()
716 config->parser_debug= -1; in _PyConfig_InitCompatConfig()
750 config->parser_debug= 0; in config_init_defaults()
929 COPY_ATTR(parser_debug); in _PyConfig_Copy()
1031 SET_ITEM_INT(parser_debug); in _PyConfig_AsDict()
1296 GET_UINT(parser_debug); in _PyConfig_FromDict()
1414 COPY_FLAG(parser_debug, Py_DebugFlag); in config_get_global_vars()
1451 COPY_FLAG(parser_debug, Py_DebugFlag); in config_set_global_vars()
1667 _Py_get_env_flag(use_env, &config->parser_debug, "PYTHONDEBUG"); in config_read_env_vars()
2371 config->parser_debug++; in config_parse_cmdline()
Dsysmodule.c2593 SetFlag(config->parser_debug); in set_flags_from_config()
/third_party/python/Include/cpython/
Dinitconfig.h163 int parser_debug; member
/third_party/python/Doc/c-api/
Dinit_config.rst922 .. c:member:: int parser_debug