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 serhiy.storchaka
Recipients pitrou, schwab, serhiy.storchaka, skrah, vstinner
Date 2013-12-16.13:52:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387201943.68.0.265899356158.issue19537@psf.upfronthosting.co.za>
In-reply-to
Content
I think that adding __attribute__ ((aligned (sizeof(void *)))) to the PyObject type (or to the ob_base field) is enough.

If first byte of structure is aligned, then first byte past the structure should be aligned too.
History
Date User Action Args
2013-12-16 13:52:23serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, skrah, schwab
2013-12-16 13:52:23serhiy.storchakasetmessageid: <1387201943.68.0.265899356158.issue19537@psf.upfronthosting.co.za>
2013-12-16 13:52:23serhiy.storchakalinkissue19537 messages
2013-12-16 13:52:23serhiy.storchakacreate