]> granicus.if.org Git - python/commit
Fix wrapping into StopIteration of return values in generators and coroutines (#644)
authorYury Selivanov <yselivanov@gmail.com>
Sun, 12 Mar 2017 19:53:07 +0000 (15:53 -0400)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 19:53:07 +0000 (15:53 -0400)
commitb7c9150b68516878175e5373983189d6deea470c
treefa75438db1961d80c67986809c1c91e934089308
parent2b27e2e6a35c3d3e369612b984017fe0d1bfcf0c
Fix wrapping into StopIteration of return values in generators and coroutines (#644)
Lib/test/test_coroutines.py
Objects/genobject.c