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 vstinner
Recipients ezio.melotti, michael.foord, nadeem.vawda, pitrou, r.david.murray, vstinner
Date 2011-08-08.11:39:31
SpamBayes Score 4.6656038e-05
Marked as misclassified No
Message-id <1312803572.21.0.0111606730924.issue12669@psf.upfronthosting.co.za>
In-reply-to
Content
> Correction: the offending options are -j and *-W*

I changed regrtest -W recently to only run the tests once using StringIO as stdout. So it's a regression in Python 3.3.

Can't we create a dummy/temporary TTY for the curses tests using pty.openpty()?
History
Date User Action Args
2011-08-08 11:39:32vstinnersetrecipients: + vstinner, pitrou, nadeem.vawda, ezio.melotti, r.david.murray, michael.foord
2011-08-08 11:39:32vstinnersetmessageid: <1312803572.21.0.0111606730924.issue12669@psf.upfronthosting.co.za>
2011-08-08 11:39:31vstinnerlinkissue12669 messages
2011-08-08 11:39:31vstinnercreate