Searched refs:stop_aiter_error (Results 1 – 1 of 1) sorted by relevance
2374 PyObject *stop_aiter_error = _PyUnicode_FromId(&PyId_StopAsyncIteration); in compiler_async_for() local2375 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() local3918 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()