[New-bugs-announce] [issue20358] test_curses is failing

Larry Hastings report at bugs.python.org
Thu Jan 23 10:00:19 CET 2014


New submission from Larry Hastings:

If I build current trunk on my workstation (Linux 64-bit, Ubuntu 13.10) then run

  % ./python -m test -u all test_curses

I get a traceback.  Here's the interesting part:

      File "/home/larry/src/python/buildtrunk/Lib/test/test_curses.py",
        line 118, in window_funcs

        win2.overlay(win, 1, 2, 3, 3, 2, 1)

      _curses.error: copywin() returned ERR

Zach: I just saw you had a patch specifically against test_curses.py, can you take a look?

----------
components: Library (Lib)
messages: 208887
nosy: larry, zach.ware
priority: high
severity: normal
stage: needs patch
status: open
title: test_curses is failing
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20358>
_______________________________________


More information about the New-bugs-announce mailing list