[issue19521] Parallel build race condition on AIX since python-2.7

Stefan Krah report at bugs.python.org
Tue Aug 18 17:07:26 EDT 2020


Stefan Krah <stefan at bytereef.org> added the comment:

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."

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19521>
_______________________________________


More information about the Python-bugs-list mailing list