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 ericvw
Recipients David.Edelsohn, Michael.Felt, aixtools@gmail.com, eric.araujo, ericvw, haubi, larry, lemburg, martin.panter, pelson, python-dev
Date 2017-01-24.15:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485272855.67.0.133168651101.issue18235@psf.upfronthosting.co.za>
In-reply-to
Content
I have a (large) patch that completely eliminates the need for ld_so_aix and makeexp_aix.  I've applied and been using this with for Python 2.7 and 3.5+, but I still need to go back and validate the tests to ensure everything passes as expected.

It's still a work in progress, but the patch can be found at https://github.com/ericvw/cpython/commit/e889f5fd04c1b73ef06e9f6e60108b2a7718b7d6.

If this is out of context for this particular issue, I'm happy to raise a new issue to have a focus discussion about potentially landing this.  Ignore changes for README.AIX since I am addressing that in issue28845.

I believe if we can eliminate the wrapper scripts, it will simplify the build and linking for AIX for the interpreter and C-extension modules.
History
Date User Action Args
2017-01-24 15:47:35ericvwsetrecipients: + ericvw, lemburg, larry, eric.araujo, haubi, python-dev, martin.panter, pelson, David.Edelsohn, Michael.Felt, aixtools@gmail.com
2017-01-24 15:47:35ericvwsetmessageid: <1485272855.67.0.133168651101.issue18235@psf.upfronthosting.co.za>
2017-01-24 15:47:35ericvwlinkissue18235 messages
2017-01-24 15:47:35ericvwcreate