Searched refs:PyCF_MASK (Results 1 – 13 of 13) sorted by relevance
18 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \ macro
10 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \ macro
1417 flags->cf_flags |= (co->co_flags & PyCF_MASK); in run_pyc_file()1487 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromString()1515 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromFile()
492 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_DONT_IMPLY_DEDENT | PyCF_ONLY_AST)) in builtin_compile()
3787 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()
4186 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags()
1239 flags->cf_flags |= (co->co_flags & PyCF_MASK); in run_pyc_file()1415 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromStringObject()1459 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromFileObject()
742 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_COMPILE_MASK)) in builtin_compile_impl()
4949 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags()
5855 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()
584 ((PyST_Object *)res)->st_flags.cf_flags = flags & PyCF_MASK; in parser_do_parse()
363 (co->co_flags & ~PyCF_MASK) == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) in _PyFunction_Vectorcall()
581 ((PyST_Object *)res)->st_flags.cf_flags = flags & PyCF_MASK; in parser_do_parse()