Searched refs:CO_FUTURE_BARRY_AS_BDFL (Results 1 – 7 of 7) sorted by relevance
76 CO_FUTURE_BARRY_AS_BDFL = 0x40000 variable138 CO_FUTURE_BARRY_AS_BDFL)
9 __future__.CO_FUTURE_BARRY_AS_BDFL)12 __future__.CO_FUTURE_BARRY_AS_BDFL)
198 ps->p_flags |= CO_FUTURE_BARRY_AS_BDFL; in parsetok()240 if (!(ps->p_flags & CO_FUTURE_BARRY_AS_BDFL) && in parsetok()246 else if ((ps->p_flags & CO_FUTURE_BARRY_AS_BDFL) && in parsetok()
18 CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
83 #define CO_FUTURE_BARRY_AS_BDFL 0x40000 macro
42 ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL; in future_check_features()
159 if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL) in PARSER_FLAGS()