Searched refs:async_hacks (Results 1 – 4 of 4) sorted by relevance
69 int async_hacks; /* =1 if async/await aren't always keywords */ member
119 tok->async_hacks = 1; in PyParser_ParseStringObject()
85 tok->async_hacks = 0; in tok_new()1434 if (!tok->async_hacks || tok->async_def) { in tok_get()
1064 tok->async_hacks = (flags & PyPARSE_ASYNC_HACKS) > 0; in _PyPegen_Parser_New()