Home
last modified time | relevance | path

Searched refs:PyCF_MASK (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
H A Dcompile.h6 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \ macro
/third_party/python/Python/
H A Dbltinmodule.c758 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_COMPILE_MASK)) in builtin_compile_impl()
H A Dpythonrun.c1775 flags->cf_flags |= (co->co_flags & PyCF_MASK); in run_pyc_file()
H A Dceval.c7216 const int compilerflags = codeflags & PyCF_MASK;
H A Dcompile.c7887 /* (Only) inherit compilerflags in PyCF_MASK */ in compute_code_flags()
7888 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()

Completed in 31 milliseconds