Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_peg_parser.c56 flags.cf_flags = PyCF_IGNORE_COOKIE; in _Py_compile_string()
101 flags.cf_flags = PyCF_IGNORE_COOKIE; in _Py_parse_string()
/external/python/cpython3/Include/
Dcompile.h30 #define PyCF_IGNORE_COOKIE 0x0800 macro
/external/python/cpython3/Python/
Dpythonrun.c159 if (flags->cf_flags & PyCF_IGNORE_COOKIE) in PARSER_FLAGS()
1308 cf->cf_flags |= PyCF_IGNORE_COOKIE; in _Py_SourceAsString()
/external/python/cpython3/Parser/pegen/
Dpegen.c1039 if (flags->cf_flags & PyCF_IGNORE_COOKIE) { in compute_parser_flags()
1223 if (flags == NULL || flags->cf_flags & PyCF_IGNORE_COOKIE) { in _PyPegen_run_parser_from_string()