[issue15000] posixsubprocess module broken on x32

Gregory P. Smith report at bugs.python.org
Tue Jun 5 01:54:04 CEST 2012


Gregory P. Smith <greg at krypto.org> added the comment:

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.

----------
assignee:  -> gregory.p.smith

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15000>
_______________________________________


More information about the Python-bugs-list mailing list