Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h41 #define BEFORE_ASYNC_WITH 52 macro
/third_party/python/Python/
Dceval.c1757 opcode != BEFORE_ASYNC_WITH && in _PyEval_EvalFrameDefault()
4030 case TARGET(BEFORE_ASYNC_WITH): { in _PyEval_EvalFrameDefault()
6298 if (prevopcode == BEFORE_ASYNC_WITH) { in format_awaitable_error()
Dcompile.c1176 case BEFORE_ASYNC_WITH: in stack_effect()
5030 ADDOP(c, BEFORE_ASYNC_WITH); in compiler_async_with()
/third_party/python/Doc/library/
Ddis.rst611 .. opcode:: BEFORE_ASYNC_WITH