[issue42283] test_idle is interactive on macOS 11

Terry J. Reedy report at bugs.python.org
Sat Nov 7 10:50:46 EST 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Strange.  test_idle runs fine on my Mohave, so I cannot investigate what you see.  Tests of classes that create windows and call wait_window pass _utest_=True and wait_window calls are guarded by "if not _utest:".  I believe this is always in __init__.  You could grep idlelib for _utest, find a window that stays open, and add prints to see what tkinter call is causing the hang, and if it is in the not-_utest suite.

When I run the entire suite rather than just test_idle, I instead get multiple "Python quit unexpectedly" boxes and failures in 5 other tests.

----------
assignee: terry.reedy -> 
title: test_idle is interactive -> test_idle is interactive on macOS 11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42283>
_______________________________________


More information about the Python-bugs-list mailing list