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 David.Edelsohn
Recipients David.Edelsohn, eric.araujo, larry
Date 2013-10-19.19:02:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382209364.41.0.530244499601.issue18235@psf.upfronthosting.co.za>
In-reply-to
Content
With my patch applied, _sysconfig.py looks like

 'BLDSHARED': '/usr/local/lib/python3.4/config/ld_so_aix gcc -pthread '
              '-bI:/usr/local/lib/python3.4/config/python.exp',
 'LDSHARED': '/usr/local/lib/python3.4/config/ld_so_aix gcc -pthread '
             '-bI:/usr/local/lib/python3.4/config/python.exp',
History
Date User Action Args
2013-10-19 19:02:44David.Edelsohnsetrecipients: + David.Edelsohn, larry, eric.araujo
2013-10-19 19:02:44David.Edelsohnsetmessageid: <1382209364.41.0.530244499601.issue18235@psf.upfronthosting.co.za>
2013-10-19 19:02:44David.Edelsohnlinkissue18235 messages
2013-10-19 19:02:44David.Edelsohncreate