Home
last modified time | relevance | path

Searched refs:PyCF_IGNORE_COOKIE (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dcompile.h24 #define PyCF_IGNORE_COOKIE 0x0800 macro
/external/python/cpython3/Python/
Dpythonrun.c157 if (flags->cf_flags & PyCF_IGNORE_COOKIE) in PARSER_FLAGS()
Dbltinmodule.c732 cf->cf_flags |= PyCF_IGNORE_COOKIE; in source_as_string()