Home
last modified time | relevance | path

Searched refs:CO_FUTURE_BARRY_AS_BDFL (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/
H A D__future__.py76 CO_FUTURE_BARRY_AS_BDFL = 0x400000 variable
139 CO_FUTURE_BARRY_AS_BDFL)
/third_party/python/Lib/test/
H A Dtest_flufl.py11 __future__.CO_FUTURE_BARRY_AS_BDFL)
14 __future__.CO_FUTURE_BARRY_AS_BDFL)
/third_party/python/Include/cpython/
H A Dcompile.h8 CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
H A Dcode.h129 #define CO_FUTURE_BARRY_AS_BDFL 0x400000 macro
/third_party/python/Python/
H A Dfuture.c36 ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL; in future_check_features()
/third_party/python/Parser/
H A Dpegen.c732 if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL) { in compute_parser_flags()

Completed in 3 milliseconds