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 JohannesEbke, MartinAltmayer, gvanrossum, python-dev, tatellos, vstinner, yselivanov
Date 2016-10-21.21:25:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161021212510.38659.19617.197B17E8@psf.io>
In-reply-to
Content
New changeset b1aa485fad1b by Yury Selivanov in branch '3.5':
Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done.
https://hg.python.org/cpython/rev/b1aa485fad1b

New changeset b0af901b1e2a by Yury Selivanov in branch '3.6':
Merge 3.5 (issue #26923)
https://hg.python.org/cpython/rev/b0af901b1e2a

New changeset 2a228b03ea16 by Yury Selivanov in branch 'default':
Merge 3.6 (issue #26923)
https://hg.python.org/cpython/rev/2a228b03ea16
History
Date User Action Args
2016-10-21 21:25:13python-devsetrecipients: + python-dev, gvanrossum, vstinner, MartinAltmayer, yselivanov, JohannesEbke, tatellos
2016-10-21 21:25:13python-devlinkissue26923 messages
2016-10-21 21:25:12python-devcreate