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 xuanji
Recipients amaury.forgeotdarc, eric.smith, mark.dickinson, pitrou, rhettinger, stutzbach, xuanji
Date 2010-12-31.07:00:36
SpamBayes Score 0.055461355
Marked as misclassified No
Message-id <1293778841.12.0.682028538196.issue10044@psf.upfronthosting.co.za>
In-reply-to
Content
fwiw I've always found this helpful for undefined behavior: http://blog.regehr.org/archives/213 and, just as it says "x+1 > x" will be optimized to a nop, by the same logic "v >= &array[0] && v < &array[array_len]" will also be optimized to a nop.
History
Date User Action Args
2010-12-31 07:00:41xuanjisetrecipients: + xuanji, rhettinger, amaury.forgeotdarc, mark.dickinson, pitrou, eric.smith, stutzbach
2010-12-31 07:00:41xuanjisetmessageid: <1293778841.12.0.682028538196.issue10044@psf.upfronthosting.co.za>
2010-12-31 07:00:36xuanjilinkissue10044 messages
2010-12-31 07:00:36xuanjicreate