[issue43659] AIX: test_curses crashes buildbot

Serhiy Storchaka report at bugs.python.org
Tue Mar 30 04:31:11 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Please also try to comment out the following line in test_output_string. Does it help?

                s = '\u0661\u0662\u0663\u0664'
                try:
                    func(s, 3)
                except UnicodeEncodeError:
                    self.assertRaises(UnicodeEncodeError, s.encode, encoding)

----------

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


More information about the Python-bugs-list mailing list