summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-09 00:04:57 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-09 00:04:57 (GMT)
commit692796a948ab67d75f7010e96b31885eefbd88e5 (patch)
treebf583292027adc5ce87654556095af0326aef95b /Misc
parentc3d7dbb82122b7bd14da9493d82f6675510f206a (diff)
downloadcpython-692796a948ab67d75f7010e96b31885eefbd88e5.zip
cpython-692796a948ab67d75f7010e96b31885eefbd88e5.tar.gz
cpython-692796a948ab67d75f7010e96b31885eefbd88e5.tar.bz2
Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fee8579..ffbdb89 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Library
- Issue #28634: Fix asyncio.isfuture() to support unittest.Mock.
+- Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw.
+
Documentation
-------------