Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h13 #define PyCF_MASK_OBSOLETE (CO_NESTED) macro
/external/python/cpython2/Python/
Dbltinmodule.c491 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_DONT_IMPLY_DEDENT | PyCF_ONLY_AST)) in builtin_compile()