[issue12915] Add inspect.locate and inspect.resolve

Michael Felt report at bugs.python.org
Sat Feb 29 11:27:53 EST 2020


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

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.

----------
nosy: +Michael.Felt

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


More information about the Python-bugs-list mailing list