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 doko
Recipients benjamin.peterson, christian.heimes, doko, skrah, ztane
Date 2016-09-13.12:27:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473769629.68.0.751539200133.issue28055@psf.upfronthosting.co.za>
In-reply-to
Content
I can check, if the memcpy is optimized away.  As an alternative, we could use __builtin_memcpy. That is available for clang as well (would have to check icc).
History
Date User Action Args
2016-09-13 12:27:09dokosetrecipients: + doko, christian.heimes, benjamin.peterson, skrah, ztane
2016-09-13 12:27:09dokosetmessageid: <1473769629.68.0.751539200133.issue28055@psf.upfronthosting.co.za>
2016-09-13 12:27:09dokolinkissue28055 messages
2016-09-13 12:27:09dokocreate