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 ronaldoussoren, terry.reedy
Date 2020-11-07.15:50:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604764246.66.0.911540084392.issue42283@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-11-07 15:50:46terry.reedysetrecipients: + terry.reedy, ronaldoussoren
2020-11-07 15:50:46terry.reedysetmessageid: <1604764246.66.0.911540084392.issue42283@roundup.psfhosted.org>
2020-11-07 15:50:46terry.reedylinkissue42283 messages
2020-11-07 15:50:46terry.reedycreate