]> 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 21:04:06 +0000 (17:04 -0400)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 21:04:06 +0000 (17:04 -0400)
commitfa448de97de85d242491d7ad259ade0732f05db8
tree2ed20bef2ec7b5eeb230212968d293b2de49e884
parentaac875fa2f03cab61ceeaa2621c4c5534c7bcfc2
Fix wrapping into StopIteration of return values in generators and coroutines (#644) (#647)
Lib/test/test_coroutines.py
Misc/NEWS
Objects/genobject.c