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, vstinner
Date 2020-03-11.17:56:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583949417.87.0.142554270263.issue39936@roundup.psfhosted.org>
In-reply-to
Content
Michael.Felt: Can you please try to build the master branch of Python with the attached setup-aix.patch applied?

Something like:

git checkout master
git apply setup-aix.patch
./configure CFLAGS="-O0"
make 2>&1|tee make.log

Then attach make.log.
History
Date User Action Args
2020-03-11 17:56:57vstinnersetrecipients: + vstinner, Michael.Felt
2020-03-11 17:56:57vstinnersetmessageid: <1583949417.87.0.142554270263.issue39936@roundup.psfhosted.org>
2020-03-11 17:56:57vstinnerlinkissue39936 messages
2020-03-11 17:56:57vstinnercreate