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:14:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341656066.52.0.300983849681.issue15144@psf.upfronthosting.co.za>
In-reply-to
Content
N.B. This could probably be fixed without affecting performance by using the usual union trick.  (IIUC, that trick was technically still undefined behaviour for a while, but was eventually made legal by C99 + TC3.)  As far as I know there aren't any instances of compilers causing problems with that construct.
History
Date User Action Args
2012-07-07 10:14:26mark.dickinsonsetrecipients: + mark.dickinson, pitrou, serhiy.storchaka
2012-07-07 10:14:26mark.dickinsonsetmessageid: <1341656066.52.0.300983849681.issue15144@psf.upfronthosting.co.za>
2012-07-07 10:14:25mark.dickinsonlinkissue15144 messages
2012-07-07 10:14:25mark.dickinsoncreate