Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h18 #define PyCF_IGNORE_COOKIE 0x0800 macro
/third_party/python/Modules/
Dmain.c247 cf.cf_flags |= PyCF_IGNORE_COOKIE; in pymain_run_command()
/third_party/python/Parser/
Dpegen.c1208 if (flags->cf_flags & PyCF_IGNORE_COOKIE) { in compute_parser_flags()
1461 if (flags != NULL && flags->cf_flags & PyCF_IGNORE_COOKIE) { in _PyPegen_run_parser_from_string()
/third_party/python/Python/
Dpythonrun.c1407 cf->cf_flags |= PyCF_IGNORE_COOKIE; in _Py_SourceAsString()