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

STINNER Victor report at bugs.python.org
Wed Mar 11 18:35:13 EDT 2020


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

Michael: this issue is about bootstraping Python. If you want to test a patch or test something else, you must restart from a clean copy of the source code. Either use "make distclean", "git clean -fdx", or recreate the source directory (git clone, decompress an archive, etc.). Then restart from scratch: ./configure && make.

> NameError: name 'sys' is not defined

Right, that's a stupid bug in my patch. You must import sys before.

----------

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


More information about the Python-bugs-list mailing list