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 vstinner
Recipients Michael.Felt, methane, vstinner
Date 2019-04-23.08:52:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556009552.77.0.875084410787.issue36696@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-04-23 08:52:32vstinnersetrecipients: + vstinner, methane, Michael.Felt
2019-04-23 08:52:32vstinnersetmessageid: <1556009552.77.0.875084410787.issue36696@roundup.psfhosted.org>
2019-04-23 08:52:32vstinnerlinkissue36696 messages
2019-04-23 08:52:32vstinnercreate