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 pitrou
Recipients eitan.adler, methane, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2018-05-29.14:00:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527602417.72.0.682650639539.issue33597@psf.upfronthosting.co.za>
In-reply-to
Content
> Are you sure that all memory allocators align at least on 8 bytes (to give up 3 unused bits)?

If they don't then a simple double array will end up unaligned.  It's not impossible but extremely unlikely.
History
Date User Action Args
2018-05-29 14:00:18pitrousetrecipients: + pitrou, vstinner, methane, serhiy.storchaka, yselivanov, eitan.adler
2018-05-29 14:00:17pitrousetmessageid: <1527602417.72.0.682650639539.issue33597@psf.upfronthosting.co.za>
2018-05-29 14:00:17pitroulinkissue33597 messages
2018-05-29 14:00:17pitroucreate