Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h6 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \ macro
/third_party/python/Python/
Dpythonrun.c1352 flags->cf_flags |= (co->co_flags & PyCF_MASK); in run_pyc_file()
Dbltinmodule.c767 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_COMPILE_MASK)) in builtin_compile_impl()
Dceval.c5739 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags()
Dcompile.c6826 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()