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 neologix
Recipients asvetlov, christian.heimes, gregory.p.smith, jcea, mark.dickinson, neologix, pitrou, python-dev, rhettinger, serhiy.storchaka, skrah, tim.peters, vstinner
Date 2013-04-09.13:42:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365514977.15.0.996768791386.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 (although since we're using a char [], it's somewhat a grey area). An aggresive compiler could optimiza the read/write away.
History
Date User Action Args
2013-04-09 13:42:57neologixsetrecipients: + neologix, tim.peters, rhettinger, gregory.p.smith, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, asvetlov, skrah, python-dev, serhiy.storchaka
2013-04-09 13:42:57neologixsetmessageid: <1365514977.15.0.996768791386.issue16427@psf.upfronthosting.co.za>
2013-04-09 13:42:57neologixlinkissue16427 messages
2013-04-09 13:42:56neologixcreate