Ned Deily <n...@python.org> added the comment:
I can reproduce test_idle hanging on all of the current python.org macOS universal2 variants (3.8.10, 3.9.5, 3.10.0b2) which use Tk 8.6.11 but not with the legacy 10.9 variants for 3.8.10 and 3.9.5 which use Tk 8.6.8. I've tried it on a few older systems, as far back as 10.9, and they all seem to hang the same way. For 3.9.5 (and 3.8.10 now in security-fix mode), the first hang seems to be in test_removecolors which I need to Ctrl-C out of: /usr/local/bin/python3.9 -m test -v -uall test_idle [...] test_insert (idlelib.idle_test.test_colorizer.ColorDelegatorTest) ... ok test_notify_range (idlelib.idle_test.test_colorizer.ColorDelegatorTest) ... ok test_recolorize (idlelib.idle_test.test_colorizer.ColorDelegatorTest) ... ok test_recolorize_main (idlelib.idle_test.test_colorizer.ColorDelegatorTest) ... ok test_removecolors (idlelib.idle_test.test_colorizer.ColorDelegatorTest) ... I also see the hangs with current MacPorts Pythons linked with their build of Tk 8.6.11. ---------- priority: normal -> critical versions: +Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44330> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com