Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-117088: Fix AIX build#132595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-117088: Fix AIX build#132595
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Does it support |
AIX linker don't have support for "-soname" or any such equivalent. I don't think AIX was affected by#38147 for the same reason like solaris (as mentioned in that thread). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM.
47f1722
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@ayappanec for the PR, and@serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit47f1722)Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
GH-133838 is a backport of this pull request to the3.14 branch. |
Thanks@ayappanec for the PR, and@serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit47f1722)Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
GH-133839 is a backport of this pull request to the3.13 branch. |
@serhiy-storchaka Thanks for the merge. |
You are welcome. |
Uh oh!
There was an error while loading.Please reload this page.
This PR is to fix the problem mentioned in the issue#117088