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 skrah
Recipients BTaskaya, David.Edelsohn, Michael.Felt, ericvw, haubi, kadler, loewis, skrah
Date 2020-08-18.21:07:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597784846.76.0.0488438747007.issue19521@roundup.psfhosted.org>
In-reply-to
Content
The original patch is a bit dated, do we still need the export symbol generation?

https://www.ibm.com/support/knowledgecenter/en/SSGH3R_16.1.0/com.ibm.xlcpp161.aix.doc/proguide/compiling_shared_aix.html

"Use the -G option to create a shared library from the generated object files, and to enable runtime linking with applications that support it."

"If you do not specify a -bE option, all the global symbols are exported except for those symbols that have the hidden or internal visibility attribute."
History
Date User Action Args
2020-08-18 21:07:26skrahsetrecipients: + skrah, loewis, ericvw, haubi, David.Edelsohn, Michael.Felt, kadler, BTaskaya
2020-08-18 21:07:26skrahsetmessageid: <1597784846.76.0.0488438747007.issue19521@roundup.psfhosted.org>
2020-08-18 21:07:26skrahlinkissue19521 messages
2020-08-18 21:07:26skrahcreate