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 DragonFireCK, Michel Desmoulin, Samuel BOVÉE, amaury.forgeotdarc, benjamin.peterson, brandjon, dangyogi, daniel.urban, georg.brandl, gpolo, hagen, kcarnold, martin.panter, ncoghlan, pfctdayelise, pitrou, python-dev, r.david.murray, ron_adam, terry.reedy, yselivanov
Date 2016-04-17.01:40:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160417014021.12739.67558.B2D8D2CD@psf.io>
In-reply-to
Content
New changeset eef8f72ddb00 by Martin Panter in branch '2.7':
Issue #4806: Avoid masking TypeError when *-unpacking a generator
https://hg.python.org/cpython/rev/eef8f72ddb00
History
Date User Action Args
2016-04-17 01:40:25python-devsetrecipients: + python-dev, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, pitrou, ron_adam, dangyogi, benjamin.peterson, gpolo, hagen, kcarnold, r.david.murray, daniel.urban, pfctdayelise, martin.panter, brandjon, yselivanov, DragonFireCK, Samuel BOVÉE, Michel Desmoulin
2016-04-17 01:40:25python-devlinkissue4806 messages
2016-04-17 01:40:24python-devcreate