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 Eric.Wieser
Recipients Eric.Wieser, dmi.baranov, ezio.melotti, mark.dickinson
Date 2013-06-10.09:34:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370856865.66.0.895588222415.issue18110@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the clarification - this behavior now makes perfect sense to me. As expected, swapping the list comprehension for a generator comprehension, or vice versa, prevents the error.
History
Date User Action Args
2013-06-10 09:34:25Eric.Wiesersetrecipients: + Eric.Wieser, mark.dickinson, ezio.melotti, dmi.baranov
2013-06-10 09:34:25Eric.Wiesersetmessageid: <1370856865.66.0.895588222415.issue18110@psf.upfronthosting.co.za>
2013-06-10 09:34:25Eric.Wieserlinkissue18110 messages
2013-06-10 09:34:25Eric.Wiesercreate