Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c2374 PyObject *stop_aiter_error = _PyUnicode_FromId(&PyId_StopAsyncIteration); in compiler_async_for() local
2375 if (stop_aiter_error == NULL) { in compiler_async_for()
2416 ADDOP_O(c, LOAD_GLOBAL, stop_aiter_error, names); in compiler_async_for()
3917 PyObject *stop_aiter_error = _PyUnicode_FromId(&PyId_StopAsyncIteration); in compiler_async_comprehension_generator() local
3918 if (stop_aiter_error == NULL) { in compiler_async_comprehension_generator()
3965 ADDOP_O(c, LOAD_GLOBAL, stop_aiter_error, names); in compiler_async_comprehension_generator()