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 rhettinger
Recipients ezio.melotti, pitrou, rhettinger, scoder, serhiy.storchaka
Date 2015-04-14.06:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428992027.74.0.586574556624.issue23507@psf.upfronthosting.co.za>
In-reply-to
Content
Unassigning because I don't have an interest in going further down this path.  I used this technique with zip() because tuple reuse nicely benefited the common case of "for a,b,c in zip(alist, blist, clist): ...".  

On another thread, I did see mention of removing the memset() from tuple creation and that seems like a promising direction.
History
Date User Action Args
2015-04-14 06:13:47rhettingersetrecipients: + rhettinger, pitrou, scoder, ezio.melotti, serhiy.storchaka
2015-04-14 06:13:47rhettingersetmessageid: <1428992027.74.0.586574556624.issue23507@psf.upfronthosting.co.za>
2015-04-14 06:13:47rhettingerlinkissue23507 messages
2015-04-14 06:13:47rhettingercreate