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 serhiy.storchaka
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2013-04-13.19:07:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365880030.98.0.224458268282.issue17720@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, test is needed. Current tests don't cover this case.

I suggest to move obj.append out of the tight loop, as in C implementation.

            append = obj.append
            for item in items:
                append(item)
History
Date User Action Args
2013-04-13 19:07:11serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2013-04-13 19:07:10serhiy.storchakasetmessageid: <1365880030.98.0.224458268282.issue17720@psf.upfronthosting.co.za>
2013-04-13 19:07:10serhiy.storchakalinkissue17720 messages
2013-04-13 19:07:10serhiy.storchakacreate