Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dparsetok.h36 #define PyPARSE_BARRY_AS_BDFL 0x0020 macro
/external/python/cpython3/Parser/
Dparsetok.c197 if (*flags & PyPARSE_BARRY_AS_BDFL) in parsetok()
/external/python/cpython3/Python/
Dpythonrun.c160 parser_flags |= PyPARSE_BARRY_AS_BDFL; in PARSER_FLAGS()