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 amaury.forgeotdarc, casevh, neologix, pitrou, santoso.wijaya, terry.reedy, vstinner
Date 2011-03-06.20:13:10
SpamBayes Score 5.7595025e-06
Marked as misclassified No
Message-id <1299442391.2.0.908394779519.issue11395@psf.upfronthosting.co.za>
In-reply-to
Content
Remarks about test_wconsole_binlarge.patch:
 - I don't know if isatty() is cheap or not. Is it a system call? If it might be slow, it should be only be called once in the constructor. On Windows, I don't think that isatty(fd) evoles.
 - I don't want to commit the tests because they write 66000 * 2 characters to the test output, which floods the test output. I don't know how to create a fake stdout which is a TTY but not the real stdout, especially on Windows. I think that manual tests only once should be enough. Or does anyone know how to create a fake TTY output?
History
Date User Action Args
2011-03-06 20:13:11vstinnersetrecipients: + vstinner, terry.reedy, amaury.forgeotdarc, pitrou, casevh, neologix, santoso.wijaya
2011-03-06 20:13:11vstinnersetmessageid: <1299442391.2.0.908394779519.issue11395@psf.upfronthosting.co.za>
2011-03-06 20:13:10vstinnerlinkissue11395 messages
2011-03-06 20:13:10vstinnercreate