Home
last modified time | relevance | path

Searched refs:PyPARSE_BARRY_AS_BDFL (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Parser/
H A Dpegen.h22 #define PyPARSE_BARRY_AS_BDFL 0x0020 macro
H A Daction_helpers.c1049 if (p->flags & PyPARSE_BARRY_AS_BDFL && strcmp(tok_str, "<>") != 0) { in _PyPegen_check_barry_as_flufl()
1053 if (!(p->flags & PyPARSE_BARRY_AS_BDFL)) { in _PyPegen_check_barry_as_flufl()
H A Dpegen.c733 parser_flags |= PyPARSE_BARRY_AS_BDFL; in compute_parser_flags()

Completed in 8 milliseconds