diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-16 18:16:32 -0500 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-16 18:16:32 -0500 |
commit | b08c25b3c7dd89d66a06adc8ca44e824060546b1 (patch) | |
tree | 70536d12f33ba1ddcf654fa68e5531127d2803f6 /Misc | |
parent | b30e51ee4c43ac1c821f0d54b493eed8e00d1f38 (diff) | |
parent | cc830f1d735521ea2cc27d1240b543dfbdd29c28 (diff) | |
download | cpython-b08c25b3c7dd89d66a06adc8ca44e824060546b1.tar.gz |
Merge 3.6 (issue #28721)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,6 +122,9 @@ Core and Builtins - Issue #26182: Fix a refleak in code that raises DeprecationWarning. +- Issue #28721: Fix asynchronous generators aclose() and athrow() to + handle StopAsyncIteration propagation properly. + Library ------- |