Home
last modified time | relevance | path

Searched refs:PyPARSE_BARRY_AS_BDFL (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dparsetok.h36 #define PyPARSE_BARRY_AS_BDFL 0x0020 macro
/external/python/cpython3/Parser/pegen/
Dpegen.h23 #define PyPARSE_BARRY_AS_BDFL 0x0020 macro
Dpegen.c70 if (p->flags & PyPARSE_BARRY_AS_BDFL && strcmp(tok_str, "<>") != 0) { in _PyPegen_check_barry_as_flufl()
74 if (!(p->flags & PyPARSE_BARRY_AS_BDFL)) { in _PyPegen_check_barry_as_flufl()
1043 parser_flags |= PyPARSE_BARRY_AS_BDFL; in compute_parser_flags()
/external/python/cpython3/Parser/
Dparsetok.c238 if (*flags & PyPARSE_BARRY_AS_BDFL) in parsetok()
/external/python/cpython3/Python/
Dpythonrun.c162 parser_flags |= PyPARSE_BARRY_AS_BDFL; in PARSER_FLAGS()