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 NeilGirdhar
Recipients Joshua.Landau, NeilGirdhar, SilentGhost, r.david.murray
Date 2015-01-25.23:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422226962.91.0.985077134314.issue23316@psf.upfronthosting.co.za>
In-reply-to
Content
another option is to add a LIST_EXTEND(stack_difference) opcode that would allow us to take the late iterable and extend a list at some arbitrary stack position.  I had to add something like that for dicts for the other issue, so it would follow that pattern.
History
Date User Action Args
2015-01-25 23:02:42NeilGirdharsetrecipients: + NeilGirdhar, r.david.murray, SilentGhost, Joshua.Landau
2015-01-25 23:02:42NeilGirdharsetmessageid: <1422226962.91.0.985077134314.issue23316@psf.upfronthosting.co.za>
2015-01-25 23:02:42NeilGirdharlinkissue23316 messages
2015-01-25 23:02:42NeilGirdharcreate