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 srid
Recipients srid, tarek, tgulacsi
Date 2010-06-10.21:51:49
SpamBayes Score 0.0002952579
Marked as misclassified No
Message-id <1276206711.48.0.338712493081.issue8961@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, I cannot reproduce this on AIX 5.1:

bash-2.04$ i/bin/python
ActivePython 2.7.0c1.0 (ActiveState Software Inc.) based on
Python 2.7rc1 (r27rc1:81772, Jun  5 2010, 23:20:01) [C] on aix5
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig.get_config_var("CONFIG_ARGS")
"'--prefix=/home/apy/tmp/issue8961/ActivePython-2.7.0c1.0-aix-powerpc64/i' '--without-cxx' '--disable-ipv6' 'CC=xlc_r'"
>>> ^D
bash-2.04$ i/bin/python -m platform
AIX-1-000C763E4C00-powerpc-64bit
History
Date User Action Args
2010-06-10 21:51:51sridsetrecipients: + srid, tarek, tgulacsi
2010-06-10 21:51:51sridsetmessageid: <1276206711.48.0.338712493081.issue8961@psf.upfronthosting.co.za>
2010-06-10 21:51:49sridlinkissue8961 messages
2010-06-10 21:51:49sridcreate