This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients RemiCardona, giampaolo.rodola, gvanrossum, methane, mpaolini, ned.deily, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-11-09.00:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161109000546.6084.53009.C99B1562@psf.io>
In-reply-to
Content
New changeset 345904bd0456 by Yury Selivanov in branch '3.6':
Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw.
https://hg.python.org/cpython/rev/345904bd0456

New changeset b977775aa07d by Yury Selivanov in branch 'default':
Merge 3.6 (issue #26081)
https://hg.python.org/cpython/rev/b977775aa07d
History
Date User Action Args
2016-11-09 00:05:50python-devsetrecipients: + python-dev, gvanrossum, vstinner, giampaolo.rodola, ned.deily, methane, serhiy.storchaka, yselivanov, mpaolini, RemiCardona
2016-11-09 00:05:50python-devlinkissue26081 messages
2016-11-09 00:05:50python-devcreate