Home
last modified time | relevance | path

Searched refs:CO_FUTURE_BARRY_AS_BDFL (Results 1 – 6 of 6) 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/Include/cpython/
Dcompile.h8 CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
Dcode.h96 #define CO_FUTURE_BARRY_AS_BDFL 0x400000 macro
/external/python/cpython3/Python/
Dfuture.c36 ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL; in future_check_features()
/external/python/cpython3/Parser/
Dpegen.c1196 if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL) { in compute_parser_flags()