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 kristjan.jonsson, pitrou, rhettinger
Date 2008-10-22.18:58:28
SpamBayes Score 0.003716523
Marked as misclassified No
Message-id <1224701909.77.0.373968350248.issue4174@psf.upfronthosting.co.za>
In-reply-to
Content
Not that excited about adding this much code for such a small speedup.

Also, the list can change size during iteration so the for-loop needs to
be changed to:

     for(i = 1; i<PyList_GET_SIZE(v); i++)
History
Date User Action Args
2008-10-22 18:58:29rhettingersetrecipients: + rhettinger, pitrou, kristjan.jonsson
2008-10-22 18:58:29rhettingersetmessageid: <1224701909.77.0.373968350248.issue4174@psf.upfronthosting.co.za>
2008-10-22 18:58:29rhettingerlinkissue4174 messages
2008-10-22 18:58:28rhettingercreate