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 terry.reedy
Recipients eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-09-05.23:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599350381.8.0.512044336394.issue41729@roundup.psfhosted.org>
In-reply-to
Content
f:\dev\3x>python -m test test.test_winconsoleio
Running Debug|Win32 interpreter...
0:00:00 Run tests sequentially
0:00:00 [1/1] test.test_winconsoleio
ÄÄÄÄÄÄÄÄÄÄ^Z^Z^Z^Z^Z^Z^Z^Z^Z^Z








----
It quickly fails, prints seems garbage and several blanks lines, and hangs.  Ditto for 3.9 and 3.8.  When I ran entire suite, it was still hanging after 50 minutes.

Victor's patch for issue 38325 skipped the tests that failed on Windows, but now the overall test is worse.  One must interrupt with ^C to get the test summary for the suite.
History
Date User Action Args
2020-09-05 23:59:41terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2020-09-05 23:59:41terry.reedysetmessageid: <1599350381.8.0.512044336394.issue41729@roundup.psfhosted.org>
2020-09-05 23:59:41terry.reedylinkissue41729 messages
2020-09-05 23:59:41terry.reedycreate