Searched refs:CO_FUTURE_ABSOLUTE_IMPORT (Results 1 – 8 of 8) sorted by relevance
69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default variable116 CO_FUTURE_ABSOLUTE_IMPORT)
72 CO_FUTURE_ABSOLUTE_IMPORT = 0x40000 # perform absolute imports by default variable123 CO_FUTURE_ABSOLUTE_IMPORT)
6 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
91 #define CO_FUTURE_ABSOLUTE_IMPORT 0x40000 /* do absolute imports by default */ macro
51 #define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */ macro
10 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
35 ff->ff_features |= CO_FUTURE_ABSOLUTE_IMPORT; in future_check_features()
1926 if (c->c_flags && (c->c_flags->cf_flags & CO_FUTURE_ABSOLUTE_IMPORT)) in compiler_import()1979 !(c->c_flags->cf_flags & CO_FUTURE_ABSOLUTE_IMPORT)) in compiler_from_import()