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 benjamin.peterson
Recipients benjamin.peterson, christian.heimes, doko, ned.deily, serhiy.storchaka, skrah, vstinner, ztane
Date 2016-09-14.04:46:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473828389.82.0.997108550799.issue28055@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that requires 8-byte alignment. It almost completely works except that on ABIs with 32-bit pointers, unicode objects can have their data pointers aligned at only 4-bytes. Perhaps we can get away with requiring only 4-byte alignment on 32-bit platforms because they generally have implement the 64-bit load as 2 32-bit loads anyway.
History
Date User Action Args
2016-09-14 04:46:29benjamin.petersonsetrecipients: + benjamin.peterson, doko, vstinner, christian.heimes, ned.deily, skrah, serhiy.storchaka, ztane
2016-09-14 04:46:29benjamin.petersonsetmessageid: <1473828389.82.0.997108550799.issue28055@psf.upfronthosting.co.za>
2016-09-14 04:46:29benjamin.petersonlinkissue28055 messages
2016-09-14 04:46:29benjamin.petersoncreate