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 ilblackdragon
Recipients benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea
Date 2013-03-18.06:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363588609.93.0.572532687993.issue17206@psf.upfronthosting.co.za>
In-reply-to
Content
I've worked on this with Dave Malcolm @PyCon2013 sprints.

This patch is work in progress to make Py_XDECREF() and Py_XINCREF() expands their arguments once instead of multiple times.

Because patch is work in progress, it contains old version for ease of benchmarking. To enable the old version - define OLD_17206.

Tested so far only with: Clang on Mac OS X 10.7 x64.
History
Date User Action Args
2013-03-18 06:36:50ilblackdragonsetrecipients: + ilblackdragon, brett.cannon, jcea, benjamin.peterson, dmalcolm
2013-03-18 06:36:49ilblackdragonsetmessageid: <1363588609.93.0.572532687993.issue17206@psf.upfronthosting.co.za>
2013-03-18 06:36:49ilblackdragonlinkissue17206 messages
2013-03-18 06:36:49ilblackdragoncreate