diff options
author | Yury Selivanov <yselivanov@gmail.com> | 2017-03-12 21:03:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-12 21:03:46 (GMT) |
commit | 216803d8e10615c769571fbfbd1f341557f25a14 (patch) | |
tree | d4f31dc6996a9110835bc6602c3c2c37d14605ce /Misc/NEWS | |
parent | a16894ebf8823f0e09036aacde9288c00e8d9058 (diff) | |
download | cpython-216803d8e10615c769571fbfbd1f341557f25a14.zip cpython-216803d8e10615c769571fbfbd1f341557f25a14.tar.gz cpython-216803d8e10615c769571fbfbd1f341557f25a14.tar.bz2 |
Fix wrapping into StopIteration of return values in generators and coroutines (#644) (#648)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: XXXX-XX-XX Core and Builtins ----------------- +- bpo-29600: Fix wrapping coroutine return values in StopIteration. + - Issue #29537: Restore runtime compatibility with bytecode files generated by CPython 3.5.0 to 3.5.2, and adjust the eval loop to avoid the problems that could be caused by the malformed variant of the BUILD_MAP_UNPACK_WITH_CALL |