René's URL Explorer Experiment


Title: bpo-37690: Simplify linking of shared libraries on the AIX OS by ericvw · Pull Request #14965 · python/cpython · GitHub

Open Graph Title: bpo-37690: Simplify linking of shared libraries on the AIX OS by ericvw · Pull Request #14965 · python/cpython

X Title: bpo-37690: Simplify linking of shared libraries on the AIX OS by ericvw · Pull Request #14965 · python/cpython

Description: Have the approach of building shared libraries on the AIX operating system be similar to that of a System V system. The primary benefit of this change is the elimination of custom AIX paths and reducing the changes at ./configure to affect just the LDSHARED environment variable. For background context, AIX sees shared libraries as fully linked and resolved, where symbol references are resolved at link-time and cannot be rebound at load-time. System V resolves all global symbols by the run-time linker. Thus, conventional shared libraries in AIX cannot have undefined symbols, while System V can. However, AIX does allow for run-time linking in allowing symbols to be undefined until load-time. Therefore, this change affects how linking of shared libraries are performed on AIX to behave similarly to that of System V. Given that symbols are now going to be allowed to be undefined for AIX, all the code paths for generating exported symbols and the related wrapper scripts go away. The real magic is in the -G flag for LDSHARED. Effectively, -G is equivalent to specifying the following: -berok: Suppress errors even if there are unresolved symbols -brtl: Enable run-time linking -bnortllib: Do not include a reference to the run-time linker -bnosymbolic: Assigns 'nosymbolic' attribute to most symbols (i.e., can be rebound) -bnoautoexp: Prevent auto exportation of any symbols -bM:SRE: Set the module type to reusable (i.e., require a private copy of the data area for each process). https://bugs.python.org/issue37690

Open Graph Description: Have the approach of building shared libraries on the AIX operating system be similar to that of a System V system. The primary benefit of this change is the elimination of custom AIX paths and re...

X Description: Have the approach of building shared libraries on the AIX operating system be similar to that of a System V system. The primary benefit of this change is the elimination of custom AIX paths and re...

Opengraph URL: https://github.com/python/cpython/pull/14965

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c6b018aa-41e3-c96b-0726-6b8352f9149f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE732:3A94D5:7DF112:AA511E:6A515017
html-safe-nonce64aaea0b2fa09c93b49c007d7b62401875a119bf57b79429ea1fe96b0ae51ed6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzMyOjNBOTRENTo3REYxMTI6QUE1MTFFOjZBNTE1MDE3IiwidmlzaXRvcl9pZCI6IjUyNTY2MjczODg5MzkzMjU0NjMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace62357c8b27760ddf1569b4ee7c4e395317e38e5afdc2dada879b3bcc8da60e6
hovercard-subject-tagpull_request:301625438
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/14965/files
twitter:imagehttps://avatars.githubusercontent.com/u/1284017?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1284017?s=400&v=4
og:image:altHave the approach of building shared libraries on the AIX operating system be similar to that of a System V system. The primary benefit of this change is the elimination of custom AIX paths and re...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None6f17634ed2af1d116850bcea6c63a70a4d72970f33ade1dd3eef3764b7e16994
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release511bff6ea06e144ed085ff736aea4c6404987b00
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/14965/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F14965%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F14965%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/14965/files
Reloadhttps://github.com/python/cpython/pull/14965/files
Reloadhttps://github.com/python/cpython/pull/14965/files
Please reload this pagehttps://github.com/python/cpython/pull/14965/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/14965/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.7k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
ericvwhttps://github.com/ericvw
python:masterhttps://github.com/python/cpython/tree/master
Conversation 4 https://github.com/python/cpython/pull/14965
Commits 2 https://github.com/python/cpython/pull/14965/commits
Checks 0 https://github.com/python/cpython/pull/14965/checks
Files changed https://github.com/python/cpython/pull/14965/files
Please reload this pagehttps://github.com/python/cpython/pull/14965/files
bpo-37690: Simplify linking of shared libraries on the AIX OS https://github.com/python/cpython/pull/14965/files#top
Show all changes 2 commits https://github.com/python/cpython/pull/14965/files
c32f5c8 bpo-37690: Simplify linking of shared libraries on the AIX OS ericvw Jul 26, 2019 https://github.com/python/cpython/pull/14965/commits/c32f5c8adba60ac3b7530c83814e13ed3167fc1e
d1d5d62 Add `Misc/News.d/next/` entry ericvw Jul 26, 2019 https://github.com/python/cpython/pull/14965/commits/d1d5d62f03a9055f49d5fb313402371af711a255
Clear filters https://github.com/python/cpython/pull/14965/files
Please reload this pagehttps://github.com/python/cpython/pull/14965/files
Please reload this pagehttps://github.com/python/cpython/pull/14965/files
.gitignore https://github.com/python/cpython/pull/14965/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
sysconfig.py https://github.com/python/cpython/pull/14965/files#diff-d593bd299ba58e440ba411ffa0640ccd9d20d518b0cf2644ed4bdb75a82a3e70
Makefile.pre.in https://github.com/python/cpython/pull/14965/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
2019-07-26-13-41-35.bpo-37690.sVdcJk.rst https://github.com/python/cpython/pull/14965/files#diff-9e2960bfca686e2d361eca059fb187ca5b85ae8ea3fc80423ef5c43a5c80223e
README.AIX https://github.com/python/cpython/pull/14965/files#diff-085f420a7ed2c22f743d20e34a027628d739f749c36880f14ba67ee02c4c434e
ld_so_aix.in https://github.com/python/cpython/pull/14965/files#diff-d51966775034ce3798c01789f3d02d3c9d70aca08238b577dd95d6577bcec66a
makexp_aix https://github.com/python/cpython/pull/14965/files#diff-bcb04e050d56bfb3ee01dba69ca7ff1102fbf39bd2a2ed3892315f345a3599c5
configure https://github.com/python/cpython/pull/14965/files#diff-90d08e583c4c9c6f391b2ae90f819f600a6326928ea9512c9e0c6d98e9f29ac2
configure.ac https://github.com/python/cpython/pull/14965/files#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810
.gitignorehttps://github.com/python/cpython/pull/14965/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
View file https://github.com/python/cpython/blob/d1d5d62f03a9055f49d5fb313402371af711a255/.gitignore
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/14965/{{ revealButtonHref }}
https://github.com/python/cpython/pull/14965/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
Lib/sysconfig.pyhttps://github.com/python/cpython/pull/14965/files#diff-d593bd299ba58e440ba411ffa0640ccd9d20d518b0cf2644ed4bdb75a82a3e70
View file https://github.com/python/cpython/blob/d1d5d62f03a9055f49d5fb313402371af711a255/Lib/sysconfig.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/14965/{{ revealButtonHref }}
https://github.com/python/cpython/pull/14965/files#diff-d593bd299ba58e440ba411ffa0640ccd9d20d518b0cf2644ed4bdb75a82a3e70
https://github.com/python/cpython/pull/14965/files#diff-d593bd299ba58e440ba411ffa0640ccd9d20d518b0cf2644ed4bdb75a82a3e70
Makefile.pre.inhttps://github.com/python/cpython/pull/14965/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
View file https://github.com/python/cpython/blob/d1d5d62f03a9055f49d5fb313402371af711a255/Makefile.pre.in
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/14965/{{ revealButtonHref }}
https://github.com/python/cpython/pull/14965/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
https://github.com/python/cpython/pull/14965/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
https://github.com/python/cpython/pull/14965/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
https://github.com/python/cpython/pull/14965/files#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767c
Misc/NEWS.d/next/Build/2019-07-26-13-41-35.bpo-37690.sVdcJk.rsthttps://github.com/python/cpython/pull/14965/files#diff-9e2960bfca686e2d361eca059fb187ca5b85ae8ea3fc80423ef5c43a5c80223e
View file https://github.com/python/cpython/blob/d1d5d62f03a9055f49d5fb313402371af711a255/Misc/NEWS.d/next/Build/2019-07-26-13-41-35.bpo-37690.sVdcJk.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/14965/{{ revealButtonHref }}
Misc/README.AIXhttps://github.com/python/cpython/pull/14965/files#diff-085f420a7ed2c22f743d20e34a027628d739f749c36880f14ba67ee02c4c434e
View file https://github.com/python/cpython/blob/d1d5d62f03a9055f49d5fb313402371af711a255/Misc/README.AIX
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/14965/{{ revealButtonHref }}
https://github.com/python/cpython/pull/14965/files#diff-085f420a7ed2c22f743d20e34a027628d739f749c36880f14ba67ee02c4c434e
https://github.com/python/cpython/pull/14965/files#diff-085f420a7ed2c22f743d20e34a027628d739f749c36880f14ba67ee02c4c434e
https://github.com/python/cpython/pull/14965/files#diff-085f420a7ed2c22f743d20e34a027628d739f749c36880f14ba67ee02c4c434e
Modules/ld_so_aix.inhttps://github.com/python/cpython/pull/14965/files#diff-d51966775034ce3798c01789f3d02d3c9d70aca08238b577dd95d6577bcec66a
View file https://github.com/python/cpython/blob/b1eb20e68e30c8ab128f9d63d622f0a8b49dcf34/Modules/ld_so_aix.in
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/python/cpython/pull/14965/files
Modules/makexp_aixhttps://github.com/python/cpython/pull/14965/files#diff-bcb04e050d56bfb3ee01dba69ca7ff1102fbf39bd2a2ed3892315f345a3599c5
View file https://github.com/python/cpython/blob/b1eb20e68e30c8ab128f9d63d622f0a8b49dcf34/Modules/makexp_aix
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/python/cpython/pull/14965/files
Please reload this pagehttps://github.com/python/cpython/pull/14965/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.