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 serhiy.storchaka
Recipients Michael.Felt, serhiy.storchaka
Date 2020-07-27.14:14:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595859256.77.0.200068485983.issue41401@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-07-27 14:14:16serhiy.storchakasetrecipients: + serhiy.storchaka, Michael.Felt
2020-07-27 14:14:16serhiy.storchakasetmessageid: <1595859256.77.0.200068485983.issue41401@roundup.psfhosted.org>
2020-07-27 14:14:16serhiy.storchakalinkissue41401 messages
2020-07-27 14:14:16serhiy.storchakacreate