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 Michael.Felt, Trundle, berker.peksag, daniel.urban, eric.araujo, eric.snow, ezio.melotti, meador.inge, ncoghlan, python-dev, terry.reedy, vinay.sajip, vstinner, yselivanov
Date 2020-02-29.16:27:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582993673.98.0.693610709621.issue12915@roundup.psfhosted.org>
In-reply-to
Content
PR18517 has, likely, a utf-8 dependency. AIX, default latin-1 does not accept the new test.

Starting with this merge AIX bot fails with:
======================================================================
ERROR: test_name_resolution (test.test_pkgutil.PkgutilTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.aixtools-aix-power6/build/Lib/test/test_pkgutil.py", line 249, in test_name_resolution
    os.makedirs(d, exist_ok=True)
  File "/home/buildbot/buildarea/3.x.aixtools-aix-power6/build/Lib/os.py", line 223, in makedirs
    mkdir(name, mode)
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 17-19: ordinal not in range(256)

Not completely resolved.
History
Date User Action Args
2020-02-29 16:27:54Michael.Feltsetrecipients: + Michael.Felt, terry.reedy, vinay.sajip, ncoghlan, vstinner, ezio.melotti, eric.araujo, Trundle, meador.inge, daniel.urban, python-dev, eric.snow, berker.peksag, yselivanov
2020-02-29 16:27:53Michael.Feltsetmessageid: <1582993673.98.0.693610709621.issue12915@roundup.psfhosted.org>
2020-02-29 16:27:53Michael.Feltlinkissue12915 messages
2020-02-29 16:27:53Michael.Feltcreate