Home
last modified time | relevance | path

Searched refs:CO_FUTURE_BARRY_AS_BDFL (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/
D__future__.py76 CO_FUTURE_BARRY_AS_BDFL = 0x400000 variable
139 CO_FUTURE_BARRY_AS_BDFL)
/external/python/cpython3/Lib/test/
Dtest_flufl.py11 __future__.CO_FUTURE_BARRY_AS_BDFL)
14 __future__.CO_FUTURE_BARRY_AS_BDFL)
/external/python/cpython3/Parser/
Dparsetok.c239 ps->p_flags |= CO_FUTURE_BARRY_AS_BDFL; in parsetok()
267 if (!(ps->p_flags & CO_FUTURE_BARRY_AS_BDFL) && in parsetok()
273 else if ((ps->p_flags & CO_FUTURE_BARRY_AS_BDFL) && in parsetok()
/external/python/cpython3/Include/
Dcompile.h20 CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
/external/python/cpython3/Include/cpython/
Dcode.h96 #define CO_FUTURE_BARRY_AS_BDFL 0x400000 macro
/external/python/cpython3/Python/
Dfuture.c43 ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL; in future_check_features()
Dpythonrun.c161 if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL) in PARSER_FLAGS()
/external/python/cpython3/Parser/pegen/
Dpegen.c1042 if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL) { in compute_parser_flags()