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-29.14:03:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598709837.32.0.822422493972.issue19521@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-08-29 14:03:57skrahsetrecipients: + skrah, loewis, ericvw, haubi, David.Edelsohn, Michael.Felt, kadler, BTaskaya
2020-08-29 14:03:57skrahsetmessageid: <1598709837.32.0.822422493972.issue19521@roundup.psfhosted.org>
2020-08-29 14:03:57skrahlinkissue19521 messages
2020-08-29 14:03:57skrahcreate