diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-09 00:04:57 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-09 00:04:57 (GMT) |
commit | 692796a948ab67d75f7010e96b31885eefbd88e5 (patch) | |
tree | bf583292027adc5ce87654556095af0326aef95b /Misc | |
parent | c3d7dbb82122b7bd14da9493d82f6675510f206a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ Library - Issue #28634: Fix asyncio.isfuture() to support unittest.Mock. +- Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. + Documentation ------------- |