HomeSort by relevance Sort by last modified time
    Searched refs:CO_FUTURE_BARRY_AS_BDFL (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Lib/test/
test_flufl.py 9 __future__.CO_FUTURE_BARRY_AS_BDFL)
12 __future__.CO_FUTURE_BARRY_AS_BDFL)
  /external/python/cpython3/Lib/
__future__.py 75 CO_FUTURE_BARRY_AS_BDFL = 0x40000
136 CO_FUTURE_BARRY_AS_BDFL)
  /external/python/cpython3/Include/
code.h 83 #define CO_FUTURE_BARRY_AS_BDFL 0x40000
pythonrun.h 12 CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  /external/python/cpython3/Parser/
parsetok.c 198 ps->p_flags |= CO_FUTURE_BARRY_AS_BDFL;
240 if (!(ps->p_flags & CO_FUTURE_BARRY_AS_BDFL) &&
246 else if ((ps->p_flags & CO_FUTURE_BARRY_AS_BDFL) &&
  /external/python/cpython3/Python/
future.c 42 ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL;
pythonrun.c 137 if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL)
    [all...]

Completed in 1226 milliseconds