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