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 mark.dickinson
Recipients mark.dickinson, pitrou, serhiy.storchaka
Date 2012-07-07.10:11:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341655894.17.0.462125865492.issue15144@psf.upfronthosting.co.za>
In-reply-to
Content
> (also, I'm not sure what optimization it could actually make)

Me neither, but it doesn't seem safe to assume that no compiler will take advantage of this.  I don't want to start guessing what compilers might or might not do;  it would be much better simply to stick to valid C where possible.
History
Date User Action Args
2012-07-07 10:11:34mark.dickinsonsetrecipients: + mark.dickinson, pitrou, serhiy.storchaka
2012-07-07 10:11:34mark.dickinsonsetmessageid: <1341655894.17.0.462125865492.issue15144@psf.upfronthosting.co.za>
2012-07-07 10:11:33mark.dickinsonlinkissue15144 messages
2012-07-07 10:11:33mark.dickinsoncreate