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

Stefan Krah report at bugs.python.org
Sat Aug 29 10:03:57 EDT 2020


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

I can't find the reason for:

        if test -z "$EXPORTSYMS"; then
            EXPORTSYMS="Modules/python.exp"
        fi


Modules/python.exp is hardcoded elsewhere, and I'd rather set
EXPORTSYMS unconditionally on AIX and unset it unconditionally
for all other systems (which don't build with the patch if
EXPORTSYMS happens to be defined).

----------

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


More information about the Python-bugs-list mailing list