Commit 53ee50c7 authored by Stefan Behnel's avatar Stefan Behnel

merge 0.19.x branch into master

parents 70d4e0bf 7a2d2152
...@@ -1015,6 +1015,6 @@ def yield_in_return(x): ...@@ -1015,6 +1015,6 @@ def yield_in_return(x):
... except StopIteration as exc: ... except StopIteration as exc:
... print(exc.value) ... print(exc.value)
... break ... break
0
""" """
return (yield from x) 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