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 asvetlov, christian.heimes, gregory.p.smith, jcea, mark.dickinson, neologix, pitrou, python-dev, rhettinger, serhiy.storchaka, skrah, tim.peters, vstinner
Date 2013-04-10.07:42:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365579761.24.0.58028292093.issue16427@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that the patch uses type punning through a union: while GCC allows > this, it's not allowed by ANSI.

I believe it's legal under C99 + TC3.
History
Date User Action Args
2013-04-10 07:42:41mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, gregory.p.smith, jcea, pitrou, vstinner, christian.heimes, asvetlov, skrah, neologix, python-dev, serhiy.storchaka
2013-04-10 07:42:41mark.dickinsonsetmessageid: <1365579761.24.0.58028292093.issue16427@psf.upfronthosting.co.za>
2013-04-10 07:42:41mark.dickinsonlinkissue16427 messages
2013-04-10 07:42:41mark.dickinsoncreate