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 vstinner
Recipients ezio.melotti, gcewing, hakril, ncoghlan, vstinner
Date 2014-07-21.20:12:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405973558.25.0.562874003411.issue21964@psf.upfronthosting.co.za>
In-reply-to
Content
> For `g1`: it returns a generator because the listcomp contains a `yield from`.

IMO it's a bug: [... for ... in ...] must create a list.
History
Date User Action Args
2014-07-21 20:12:38vstinnersetrecipients: + vstinner, gcewing, ncoghlan, ezio.melotti, hakril
2014-07-21 20:12:38vstinnersetmessageid: <1405973558.25.0.562874003411.issue21964@psf.upfronthosting.co.za>
2014-07-21 20:12:38vstinnerlinkissue21964 messages
2014-07-21 20:12:38vstinnercreate