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 ned.deily
Recipients ned.deily, taleinat, terry.reedy
Date 2021-06-07.20:38:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623098321.09.0.444866261415.issue44330@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-06-07 20:38:41ned.deilysetrecipients: + ned.deily, terry.reedy, taleinat
2021-06-07 20:38:41ned.deilysetmessageid: <1623098321.09.0.444866261415.issue44330@roundup.psfhosted.org>
2021-06-07 20:38:41ned.deilylinkissue44330 messages
2021-06-07 20:38:41ned.deilycreate