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 skrah
Recipients skrah
Date 2017-10-31.18:01:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509472895.95.0.213398074469.issue31912@psf.upfronthosting.co.za>
In-reply-to
Content
This is related to #27987 and #20064 and perhaps the pymalloc patch
from #18835.

I think PyMem_Malloc() should guarantee alignof(max_align_t).

It actually did before the "#define PYMEM_FUNCS PYOBJ_FUNCS" optimization,
so we have a sort of regression here.
History
Date User Action Args
2017-10-31 18:01:35skrahsetrecipients: + skrah
2017-10-31 18:01:35skrahsetmessageid: <1509472895.95.0.213398074469.issue31912@psf.upfronthosting.co.za>
2017-10-31 18:01:35skrahlinkissue31912 messages
2017-10-31 18:01:35skrahcreate