Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h10 #define PyCF_MASK_OBSOLETE (CO_NESTED) macro
/third_party/python/Python/
Dbltinmodule.c767 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_COMPILE_MASK)) in builtin_compile_impl()