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 pitrou
Recipients mark.dickinson, pitrou, serhiy.storchaka
Date 2012-07-07.10:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341655688.26.0.0937467638965.issue15144@psf.upfronthosting.co.za>
In-reply-to
Content
> This should really be fixed;  compilers are known to make optimizations 
> based on the assumption that this sort of undefined behaviour doesn't
> occur.

Doesn't the compiler have all the necessary information here? It's not like a subroutine is called.
(also, I'm not sure what optimization it could actually make)
History
Date User Action Args
2012-07-07 10:08:08pitrousetrecipients: + pitrou, mark.dickinson, serhiy.storchaka
2012-07-07 10:08:08pitrousetmessageid: <1341655688.26.0.0937467638965.issue15144@psf.upfronthosting.co.za>
2012-07-07 10:08:07pitroulinkissue15144 messages
2012-07-07 10:08:07pitroucreate