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 brett.cannon
Recipients Trundle, benjamin.peterson, brett.cannon, eric.araujo, eric.snow, ncoghlan, pitrou, vstinner
Date 2012-02-24.20:05:49
SpamBayes Score 5.714172e-07
Marked as misclassified No
Message-id <1330113950.67.0.990820900422.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed the 'for' loop variable declaration. Surprised clang didn't warn me about that.

As for reviews, I'm totally happy to get them, but I also don't know if I have hit the performance point well enough for people to allow me to merge the code into default. I guess the real question is whether *you're* happy with the 10% slowdown in raw startup, Antoine, since you were the most vocal critic from a performance standpoint?
History
Date User Action Args
2012-02-24 20:05:50brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, vstinner, benjamin.peterson, eric.araujo, Trundle, eric.snow
2012-02-24 20:05:50brett.cannonsetmessageid: <1330113950.67.0.990820900422.issue2377@psf.upfronthosting.co.za>
2012-02-24 20:05:50brett.cannonlinkissue2377 messages
2012-02-24 20:05:49brett.cannoncreate