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

Batuhan Taskaya report at bugs.python.org
Wed Mar 11 15:42:17 EDT 2020


Batuhan Taskaya <batuhanosmantaskaya at gmail.com> added the comment:

I tried your patch on AIX 7.2, looks like you need to shift sys import to the top


Traceback (most recent call last):
  File "/home/isidentical/cpython/./setup.py", line 16, in <module>
    sys.modules['subprocess'] = _bootsubprocess
NameError: name 'sys' is not defined
make: The error code from the last command is 1.


Stop.

----------
nosy: +BTaskaya

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


More information about the Python-bugs-list mailing list