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 serhiy.storchaka, twouters
Date 2021-01-31.19:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612119829.91.0.486784332674.issue43016@roundup.psfhosted.org>
In-reply-to
Content
Failures on buildbots:
https://buildbot.python.org/all/#/builders/506/builds/765

======================================================================
ERROR: test_output_character (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_curses.py", line 249, in test_output_character
    stdscr.addch('\u20ac')
OverflowError: byte doesn't fit in chtype
======================================================================
FAIL: test_background (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_curses.py", line 474, in test_background
    self.assertEqual(win.getbkgd(), 0)
AssertionError: 32 != 0
----------------------------------------------------------------------
History
Date User Action Args
2021-01-31 19:03:49serhiy.storchakasetrecipients: + serhiy.storchaka, twouters
2021-01-31 19:03:49serhiy.storchakasetmessageid: <1612119829.91.0.486784332674.issue43016@roundup.psfhosted.org>
2021-01-31 19:03:49serhiy.storchakalinkissue43016 messages
2021-01-31 19:03:49serhiy.storchakacreate