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 methane
Recipients methane, ned.deily, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-09-30.13:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475240885.69.0.218242035831.issue28183@psf.upfronthosting.co.za>
In-reply-to
Content
Refactoring includes replacing PyDict_Next with _PyDict_Next.
It can improve performance by skipping some checks.
But it would be too small to see difference from benchmark.

I'll reduce diff size, hopefully in this weekend.
History
Date User Action Args
2016-09-30 13:08:05methanesetrecipients: + methane, rhettinger, vstinner, ned.deily, serhiy.storchaka, xiang.zhang
2016-09-30 13:08:05methanesetmessageid: <1475240885.69.0.218242035831.issue28183@psf.upfronthosting.co.za>
2016-09-30 13:08:05methanelinkissue28183 messages
2016-09-30 13:08:05methanecreate