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 jtaylor, mapreri, methane, vstinner
Date 2017-05-24.04:19:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495599597.73.0.762507204326.issue30150@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe we can use Py_MAX (sizeof (size_t), 8) for SST? If I recall correctly, pymalloc uses 8 bytes for the alignement.

Somewhere I read that malloc uses sizeof (double), the largest C type.

Well, what do you suggest Julian? Do you want to write a PR?
History
Date User Action Args
2017-05-24 04:19:57vstinnersetrecipients: + vstinner, methane, jtaylor, mapreri
2017-05-24 04:19:57vstinnersetmessageid: <1495599597.73.0.762507204326.issue30150@psf.upfronthosting.co.za>
2017-05-24 04:19:57vstinnerlinkissue30150 messages
2017-05-24 04:19:57vstinnercreate