[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

Michael Felt report at bugs.python.org
Mon Mar 9 12:54:04 EDT 2020


Michael Felt <aixtools at felt.demon.nl> added the comment:

Almost. The command is run, but not enough of the bootstrap is finished - it seems.

  File "/data/prj/python/git/python3-3.9/Lib/_aix_support.py", line 54, in _aix_bosmp64
    out = out.decode("utf-8").strip().split(":")  # type: ignore
AttributeError: 'str' object has no attribute 'decode'

Just skipping the subprocess bit (which is what the original does, waiting for better moments) is sufficient for the bootstrap phase.

----------

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


More information about the Python-bugs-list mailing list