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 methane, ned.deily, python-dev, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-09.20:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476044239.81.0.24235526908.issue28183@psf.upfronthosting.co.za>
In-reply-to
Content
Few weeks I tried to rewrite loops in more fast way, but I have not found anything significantly faster or clearer. Some forms of was a few percent faster, but I would be difficult to explain this effect. Most likely it was an artifact of the compilation.

Removed unrelated changes from dict_iter8.patch and added additional check in _PyDict_Next() before committing.
History
Date User Action Args
2016-10-09 20:17:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, ned.deily, methane, python-dev, xiang.zhang
2016-10-09 20:17:19serhiy.storchakasetmessageid: <1476044239.81.0.24235526908.issue28183@psf.upfronthosting.co.za>
2016-10-09 20:17:19serhiy.storchakalinkissue28183 messages
2016-10-09 20:17:19serhiy.storchakacreate