Message376063
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). |
|
Date |
User |
Action |
Args |
2020-08-29 14:03:57 | skrah | set | recipients:
+ skrah, loewis, ericvw, haubi, David.Edelsohn, Michael.Felt, kadler, BTaskaya |
2020-08-29 14:03:57 | skrah | set | messageid: <1598709837.32.0.822422493972.issue19521@roundup.psfhosted.org> |
2020-08-29 14:03:57 | skrah | link | issue19521 messages |
2020-08-29 14:03:57 | skrah | create | |
|