Searched refs:CO_FUTURE_DIVISION (Results 1 – 13 of 13) sorted by relevance
68 CO_FUTURE_DIVISION = 0x2000 # division variable112 CO_FUTURE_DIVISION)
71 CO_FUTURE_DIVISION = 0x2000 # division variable118 CO_FUTURE_DIVISION)
20 CO_FUTURE_DIVISION = 0x2000 variable
13 CO_NESTED, CO_GENERATOR, CO_FUTURE_DIVISION,216 self.graph.setFlag(CO_FUTURE_DIVISION)
16 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
77 #define CO_FUTURE_DIVISION 0x2000 macro
50 #define CO_FUTURE_DIVISION 0x2000 macro
10 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
33 ff->ff_features |= CO_FUTURE_DIVISION; in future_check_features()
2220 if (c->c_flags && c->c_flags->cf_flags & CO_FUTURE_DIVISION) in binop()2287 if (c->c_flags && c->c_flags->cf_flags & CO_FUTURE_DIVISION) in inplace_binop()
355 cf.cf_flags |= CO_FUTURE_DIVISION; in Py_Main()
319 .. c:var:: int CO_FUTURE_DIVISION
387 .. c:var:: int CO_FUTURE_DIVISION