Searched refs:PyCF_MASK (Results 1 – 5 of 5) sorted by relevance
6 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \ macro
1352 flags->cf_flags |= (co->co_flags & PyCF_MASK); in run_pyc_file()
767 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_COMPILE_MASK)) in builtin_compile_impl()
5739 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags()
6826 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()