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 hdima
Recipients hdima, jek, rhettinger
Date 2008-09-26.17:32:54
SpamBayes Score 1.0705227e-07
Marked as misclassified No
Message-id <1222450376.83.0.0313714219846.issue3935@psf.upfronthosting.co.za>
In-reply-to
Content
Actually it was an optimization. PyList_Insert() was used for list and
list-derived objects.

I've attached the patch which fix the issue and for me the new code
looks even cleaner than the original code.
History
Date User Action Args
2008-09-26 17:32:57hdimasetrecipients: + hdima, rhettinger, jek
2008-09-26 17:32:56hdimasetmessageid: <1222450376.83.0.0313714219846.issue3935@psf.upfronthosting.co.za>
2008-09-26 17:32:55hdimalinkissue3935 messages
2008-09-26 17:32:55hdimacreate