diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-16 23:16:17 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-16 23:16:17 (GMT) |
commit | 41782e497092a27efbae20208ce7d48c657e74cb (patch) | |
tree | 7d3bc6cb6c1e1fc083e024204bc7ab2112bf8e8c /Misc | |
parent | a83a6a3275f7dc748db3a237bbf4b05fcf76a85f (diff) | |
download | cpython-41782e497092a27efbae20208ce7d48c657e74cb.zip cpython-41782e497092a27efbae20208ce7d48c657e74cb.tar.gz cpython-41782e497092a27efbae20208ce7d48c657e74cb.tar.bz2 |
Issue #28721: Fix asynchronous generators aclose() and athrow()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,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 ------- |