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 Michael.Felt
Recipients Elad Lahav, Michael.Felt, dstufft, eric.araujo, gvanrossum, pitrou, vstinner
Date 2020-03-09.16:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583772844.97.0.207117794377.issue39763@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-09 16:54:05Michael.Feltsetrecipients: + Michael.Felt, gvanrossum, pitrou, vstinner, eric.araujo, dstufft, Elad Lahav
2020-03-09 16:54:04Michael.Feltsetmessageid: <1583772844.97.0.207117794377.issue39763@roundup.psfhosted.org>
2020-03-09 16:54:04Michael.Feltlinkissue39763 messages
2020-03-09 16:54:04Michael.Feltcreate