Message362987
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. |
|
Date |
User |
Action |
Args |
2020-02-29 16:27:54 | Michael.Felt | set | recipients:
+ 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:53 | Michael.Felt | set | messageid: <1582993673.98.0.693610709621.issue12915@roundup.psfhosted.org> |
2020-02-29 16:27:53 | Michael.Felt | link | issue12915 messages |
2020-02-29 16:27:53 | Michael.Felt | create | |
|