Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dparsetok.h35 #define PyPARSE_IGNORE_COOKIE 0x0010 macro
/external/python/cpython3/Parser/
Dparsetok.c54 if (*flags & PyPARSE_IGNORE_COOKIE) in PyParser_ParseStringObject()
/external/python/cpython3/Python/
Dpythonrun.c158 parser_flags |= PyPARSE_IGNORE_COOKIE; in PARSER_FLAGS()