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 gregory.p.smith
Recipients gregory.p.smith, vapier
Date 2012-06-04.23:54:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338854044.64.0.297765415297.issue15000@psf.upfronthosting.co.za>
In-reply-to
Content
Answering my own question I believe x32 is the new ABI being worked on as described in http://lwn.net/Articles/456731/.

In that light, your patch makes sense assuming the __ILP32__ define is something gcc's cpp will always be defining when targeting x32.  I will apply it.
History
Date User Action Args
2012-06-04 23:54:04gregory.p.smithsetrecipients: + gregory.p.smith, vapier
2012-06-04 23:54:04gregory.p.smithsetmessageid: <1338854044.64.0.297765415297.issue15000@psf.upfronthosting.co.za>
2012-06-04 23:54:04gregory.p.smithlinkissue15000 messages
2012-06-04 23:54:03gregory.p.smithcreate