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 vstinner
Recipients christian.heimes, jcea, mark.dickinson, petriborg, serhiy.storchaka, vstinner
Date 2015-03-27.10:40:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427452836.64.0.0170897182166.issue23786@psf.upfronthosting.co.za>
In-reply-to
Content
The union trick is not portable, using memcpy() is safer. Compilers should be able to optimize it. Use Py_MEMCPY() for the stupid Visual Studio compiler unable to optimize memcpy() for small sizes.
History
Date User Action Args
2015-03-27 10:40:36vstinnersetrecipients: + vstinner, jcea, mark.dickinson, christian.heimes, serhiy.storchaka, petriborg
2015-03-27 10:40:36vstinnersetmessageid: <1427452836.64.0.0170897182166.issue23786@psf.upfronthosting.co.za>
2015-03-27 10:40:36vstinnerlinkissue23786 messages
2015-03-27 10:40:36vstinnercreate