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 r.david.murray
Recipients eng793, r.david.murray, rhettinger, serhiy.storchaka
Date 2012-09-03.22:03:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346709819.41.0.643966102259.issue15837@psf.upfronthosting.co.za>
In-reply-to
Content
If the optimization is actually useful, it can be preserved by just putting 'int=int' (with an 'optimization' comment :) before the loop.
History
Date User Action Args
2012-09-03 22:03:39r.david.murraysetrecipients: + r.david.murray, rhettinger, serhiy.storchaka, eng793
2012-09-03 22:03:39r.david.murraysetmessageid: <1346709819.41.0.643966102259.issue15837@psf.upfronthosting.co.za>
2012-09-03 22:03:38r.david.murraylinkissue15837 messages
2012-09-03 22:03:38r.david.murraycreate