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 santoso.wijaya
Recipients amaury.forgeotdarc, casevh, neologix, pitrou, santoso.wijaya, terry.reedy, vstinner
Date 2011-03-06.20:46:07
SpamBayes Score 6.1194814e-09
Marked as misclassified No
Message-id <1299444368.29.0.139096032965.issue11395@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the comment. It's my first patch. :-)

> - the patch doesn't apply on Python 3.3

That latest patch file I generated against the tip of 3.1 branch. Should I create two separate patches for 3.1 and 3.2+ (which will apply on 3.3, as well)? Actually, this crash will reproduce on (from my testing) 2.7 with "-u" option on, as well...

>  - 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?

I have a few ideas to work around this and still have a unit test...
History
Date User Action Args
2011-03-06 20:46:08santoso.wijayasetrecipients: + santoso.wijaya, terry.reedy, amaury.forgeotdarc, pitrou, vstinner, casevh, neologix
2011-03-06 20:46:08santoso.wijayasetmessageid: <1299444368.29.0.139096032965.issue11395@psf.upfronthosting.co.za>
2011-03-06 20:46:07santoso.wijayalinkissue11395 messages
2011-03-06 20:46:07santoso.wijayacreate