Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcompile.h33 #define PyCF_COMPILE_MASK (PyCF_ONLY_AST | PyCF_ALLOW_TOP_LEVEL_AWAIT | \ macro
/external/python/cpython3/Python/
Dbltinmodule.c742 ~(PyCF_MASK | PyCF_MASK_OBSOLETE | PyCF_COMPILE_MASK)) in builtin_compile_impl()