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 benjamin.peterson, pitrou, skrah, vstinner
Date 2017-11-08.14:14:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510150466.07.0.213398074469.issue27987@psf.upfronthosting.co.za>
In-reply-to
Content
alignment.patch: +    long double dummy;  /* force worst-case alignment */

Would it be possible to use max_align_t mentioned by Stefan, at least when this type is available?

What is the impact of the patch on objects size?
History
Date User Action Args
2017-11-08 14:14:26vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, skrah
2017-11-08 14:14:26vstinnersetmessageid: <1510150466.07.0.213398074469.issue27987@psf.upfronthosting.co.za>
2017-11-08 14:14:26vstinnerlinkissue27987 messages
2017-11-08 14:14:26vstinnercreate