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 tycho
Recipients brian.curtin, tycho, vstinner
Date 2011-12-20.17:34:23
SpamBayes Score 4.2217923e-08
Marked as misclassified No
Message-id <1324402465.09.0.305202616076.issue13051@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch which contains a testcase as well. A few notes about this testcase:

1. I couldn't figure out how to get it to run correctly after all the other tests had run, so I had to run it first. This seems lame. One possible fix is to run each testcase in curses.wrapper; I'd be happy to change this patch to do that if it's more acceptable.

2. This testcase only tests one of the two bugs this patch fixes. The other seems much harder to write a testcase for, since you have to have a terminal such that curses.LINES * curses.COLUMS > sys.getrecursionlimit(). If there's a good way to guarantee this, I'd be happy to write a testcase for it.

Comments are appreciated!
History
Date User Action Args
2011-12-20 17:34:25tychosetrecipients: + tycho, vstinner, brian.curtin
2011-12-20 17:34:25tychosetmessageid: <1324402465.09.0.305202616076.issue13051@psf.upfronthosting.co.za>
2011-12-20 17:34:24tycholinkissue13051 messages
2011-12-20 17:34:24tychocreate