Home
last modified time | relevance | path

Searched refs:PyCF_MASK_OBSOLETE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dcompile.h22 #define PyCF_MASK_OBSOLETE (CO_NESTED) macro
/external/python/cpython2/Include/
Dpythonrun.h13 #define PyCF_MASK_OBSOLETE (CO_NESTED) macro
/external/python/cpython3/Python/
Dbltinmodule.c742 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_COMPILE_MASK)) in builtin_compile_impl()
/external/python/cpython2/Python/
Dbltinmodule.c492 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_DONT_IMPLY_DEDENT | PyCF_ONLY_AST)) in builtin_compile()