Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

There are two errors in test_io, both are not related to AIX.

The first one is in test_fspath_support. It is exposed on non-UTF-8 locales. 
AIX by accident use ISO8859-1 locale by default.

The second one is in test_reader_writer_close_error_on_close and related to 
garbage collector. Seems it is only exposed when run this test separately.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41401>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to