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 mark.dickinson
Recipients akuchling, barry, flox, mark.dickinson, skrah, vstinner
Date 2010-08-07.12:30:24
SpamBayes Score 2.555895e-10
Marked as misclassified No
Message-id <1281184227.78.0.268582061476.issue8433@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that simply reverses the getmouse and ungetmouse calls in the test, ensuring that getmouse actually has something to get.  This fixes the test_curses failure for me on Ubuntu 10.10, and doesn't seem to introduce new failures where test_curses was previously working (on OS X 10.6.4, for example).

Barry, do you want me to apply this to 2.6.6, to give us another green buildbot or two?  Or is it not worth it?
History
Date User Action Args
2010-08-07 12:30:27mark.dickinsonsetrecipients: + mark.dickinson, barry, akuchling, vstinner, skrah, flox
2010-08-07 12:30:27mark.dickinsonsetmessageid: <1281184227.78.0.268582061476.issue8433@psf.upfronthosting.co.za>
2010-08-07 12:30:26mark.dickinsonlinkissue8433 messages
2010-08-07 12:30:25mark.dickinsoncreate