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 larry
Recipients larry, zach.ware
Date 2014-01-23.09:00:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390467619.0.0.459315516203.issue20358@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-01-23 09:00:19larrysetrecipients: + larry, zach.ware
2014-01-23 09:00:19larrysetmessageid: <1390467619.0.0.459315516203.issue20358@psf.upfronthosting.co.za>
2014-01-23 09:00:18larrylinkissue20358 messages
2014-01-23 09:00:17larrycreate