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 scoder
Recipients pitrou, scoder
Date 2013-08-22.21:22:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377206564.37.0.414392412615.issue18813@psf.upfronthosting.co.za>
In-reply-to
Content
Another patch, originally proposed in issue10227 by Kristján Valur Jónsson. It uses local variables instead of pointers in PySlice_GetIndicesEx(). I see no performance difference whatsoever (Linux/gcc 4.7), but also I can't see a reason not to do this. I think it cleans up the code a bit.
History
Date User Action Args
2013-08-22 21:22:44scodersetrecipients: + scoder, pitrou
2013-08-22 21:22:44scodersetmessageid: <1377206564.37.0.414392412615.issue18813@psf.upfronthosting.co.za>
2013-08-22 21:22:44scoderlinkissue18813 messages
2013-08-22 21:22:44scodercreate