Searched refs:CO_FUTURE_ABSOLUTE_IMPORT (Results 1 – 9 of 9) sorted by relevance
69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default variable116 CO_FUTURE_ABSOLUTE_IMPORT)
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()
1938 if (c->c_flags && (c->c_flags->cf_flags & CO_FUTURE_ABSOLUTE_IMPORT)) in compiler_import()1993 !(c->c_flags->cf_flags & CO_FUTURE_ABSOLUTE_IMPORT)) in compiler_from_import()
1960 if (c->c_flags && (c->c_flags->cf_flags & CO_FUTURE_ABSOLUTE_IMPORT)) in compiler_import()2015 !(c->c_flags->cf_flags & CO_FUTURE_ABSOLUTE_IMPORT)) in compiler_from_import()