Commit 7a2d2152 authored by Stefan Behnel's avatar Stefan Behnel

fix test

parent 32a6519a
......@@ -1015,6 +1015,6 @@ def yield_in_return(x):
... except StopIteration as exc:
... print(exc.value)
... break
0
"""
return (yield from x)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment