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 methane
Recipients jtaylor, mapreri, methane
Date 2017-04-25.08:59:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493110744.62.0.884535179141.issue30150@psf.upfronthosting.co.za>
In-reply-to
Content
How it cause problem?
I think you should use `malloc()` instead of `PyMem_Malloc()` or other Python memory allocator when you need strict `malloc()` alignment.
History
Date User Action Args
2017-04-25 08:59:04methanesetrecipients: + methane, jtaylor, mapreri
2017-04-25 08:59:04methanesetmessageid: <1493110744.62.0.884535179141.issue30150@psf.upfronthosting.co.za>
2017-04-25 08:59:04methanelinkissue30150 messages
2017-04-25 08:59:04methanecreate