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 gregory.p.smith
Recipients benjamin.peterson, fweimer, gregory.p.smith, methane, miss-islington, nascheme, pitrou, skrah, tgrigg, twouters, vstinner
Date 2019-05-25.17:29:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558805397.26.0.0939462038976.issue27987@roundup.psfhosted.org>
In-reply-to
Content
I'm not marking this bug as "Fixed" as the original complaint about obmalloc'd structs with a long double not being aligned is still going to be true on 32-bit platforms for 2.7 - 3.7.  We've merely increased the obmalloc alignment to 16-bytes on 64-bit platforms.

So the problem should only remain for 32-bit users which at this point are likely only arm (rpi and similar low end friends not using a 64-bit OS).
History
Date User Action Args
2019-05-25 17:29:57gregory.p.smithsetrecipients: + gregory.p.smith, twouters, nascheme, pitrou, vstinner, benjamin.peterson, methane, skrah, fweimer, miss-islington, tgrigg
2019-05-25 17:29:57gregory.p.smithsetmessageid: <1558805397.26.0.0939462038976.issue27987@roundup.psfhosted.org>
2019-05-25 17:29:57gregory.p.smithlinkissue27987 messages
2019-05-25 17:29:57gregory.p.smithcreate