New submission from Terry J. Reedy <tjre...@udel.edu>:

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.

----------
components: Tests, Windows
messages: 376449
nosy: eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: test_winconsoleio fails and hangs on Windows
type: crash
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41729>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to