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 jtaylor
Recipients jtaylor, mapreri, methane, vstinner
Date 2017-05-24.07:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495611097.52.0.487728316891.issue30150@psf.upfronthosting.co.za>
In-reply-to
Content
The largest type is usually the long double. Its alignment ranges from 4 bytes (i386) to 16 bytes (sparc).
So Py_MAX (sizeof (size_t), 8) should indeed do it.
History
Date User Action Args
2017-05-24 07:31:37jtaylorsetrecipients: + jtaylor, vstinner, methane, mapreri
2017-05-24 07:31:37jtaylorsetmessageid: <1495611097.52.0.487728316891.issue30150@psf.upfronthosting.co.za>
2017-05-24 07:31:37jtaylorlinkissue30150 messages
2017-05-24 07:31:37jtaylorcreate