We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212380b commit e2611f2Copy full SHA for e2611f2
mypyc/irbuild/prepare.py
@@ -221,7 +221,7 @@ def create_generator_class_if_needed(
221
RuntimeArg("value", object_rprimitive),
222
RuntimeArg("traceback", object_rprimitive),
223
RuntimeArg("arg", object_rprimitive),
224
- # If not NULL, store value via this instead of raising StopIteration
+ # If non-NULL, used to store return value instead of raising StopIteration(retv)
225
RuntimeArg("stop_iter_ptr", object_pointer_rprimitive),
226
),
227
object_rprimitive,
0 commit comments