Searched refs:PyCF_MASK (Results 1 – 6 of 6) sorted by relevance
10 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \ macro
1408 flags->cf_flags |= (co->co_flags & PyCF_MASK); in run_pyc_file()1478 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromString()1506 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromFile()
491 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_DONT_IMPLY_DEDENT | PyCF_ONLY_AST)) in builtin_compile()
4166 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags()
3786 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()
581 ((PyST_Object *)res)->st_flags.cf_flags = flags & PyCF_MASK; in parser_do_parse()