Message 309006 - Python tracker

Message309006

Author methane
Recipients methane, serhiy.storchaka
Date 2017-12-24.18:14:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514139264.41.0.213398074469.issue32422@psf.upfronthosting.co.za>
In-reply-to
Content
I found odict.pop() and odict.popitem() is very inefficient because
it look up key multiple times.
odict seems not optimized well and very slow than dict in some area...

I'll try to optimize it in holidays.
History
Date User Action Args
2017-12-24 18:14:24methanesetrecipients: + methane, serhiy.storchaka
2017-12-24 18:14:24methanesetmessageid: <1514139264.41.0.213398074469.issue32422@psf.upfronthosting.co.za>
2017-12-24 18:14:24methanelinkissue32422 messages
2017-12-24 18:14:24methanecreate