[issue36696] possible multiple regressions on AIX

STINNER Victor report at bugs.python.org
Tue Apr 23 04:52:32 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> Should I open PR - or is this better fixed in the original PR? What keeps things cleaner?

I wrote PR 12922.

I really hate -Ddefine syntax, but it seems like we have to use it just for AIX :-( I tried to use "-D Py_BUILD_CORE_..." in Modules/Setup, but Module/makesetup is also stupid and doesn't support this syntax :-( I was too lazy to fix Module/makesetup.

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list