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 martin.panter
Recipients David.Edelsohn, Michael.Felt, ericvw, martin.panter, pitrou, python-dev
Date 2016-08-23.03:02:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471921339.94.0.984431474133.issue25825@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the change from plain config to config-<ABI> was made in Issue 9807 (r86731, 3.2). So the patch seems reasonable to me; it is just catching up with that change.

This bug was marked for 2.7 as well. Is there anything that needs to be done for 2.7?

How does patch 2 make the test_distutils situation worse? Is there anything that should be done to improve things first, or should that just be handled independently? I see that the 2.7 and 3.5 buildbots are currently failing with errors like

distutils.errors.LinkError: command './Modules/ld_so_aix' failed with exit status 1

while 3.6 is failing with

distutils.errors.LinkError: command '/usr/local/lib/python3.6/config/ld_so_aix' failed with exit status 1

Presumably the 3.6 failure may be helped by Patch 2, since it is complaining about the plain “config” path.
History
Date User Action Args
2016-08-23 03:02:20martin.pantersetrecipients: + martin.panter, pitrou, ericvw, python-dev, David.Edelsohn, Michael.Felt
2016-08-23 03:02:19martin.pantersetmessageid: <1471921339.94.0.984431474133.issue25825@psf.upfronthosting.co.za>
2016-08-23 03:02:19martin.panterlinkissue25825 messages
2016-08-23 03:02:19martin.pantercreate