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 BTaskaya
Recipients BTaskaya, Michael.Felt, vstinner
Date 2020-03-11.19:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583955737.02.0.170249387998.issue39936@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-11 19:42:17BTaskayasetrecipients: + BTaskaya, vstinner, Michael.Felt
2020-03-11 19:42:17BTaskayasetmessageid: <1583955737.02.0.170249387998.issue39936@roundup.psfhosted.org>
2020-03-11 19:42:17BTaskayalinkissue39936 messages
2020-03-11 19:42:16BTaskayacreate