[issue39936] Python fails to build _asyncio on module on AIX

STINNER Victor report at bugs.python.org
Wed Mar 11 13:56:57 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

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.

----------
keywords: +patch
Added file: https://bugs.python.org/file48970/setup-aix.patch

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


More information about the Python-bugs-list mailing list