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, steve.dower, taleinat, terry.reedy
Date 2019-08-03.20:44:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564865073.76.0.601916899678.issue37706@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce this at will on all of the real and virtual macOS systems I've tried (10.12 through 10.14) even building with ActiveTcl 8.5.18.  Tal, make sure the appropriate tests cases are actually running.  If you don't have a proper Gui installation of your Python, many of the GUI-related test cases in test_idle are silently skipped unless you add -v or something:

/usr/local/bin/python3.8 -m test -v -uall test_idle
History
Date User Action Args
2019-08-03 20:44:33ned.deilysetrecipients: + ned.deily, terry.reedy, taleinat, steve.dower
2019-08-03 20:44:33ned.deilysetmessageid: <1564865073.76.0.601916899678.issue37706@roundup.psfhosted.org>
2019-08-03 20:44:33ned.deilylinkissue37706 messages
2019-08-03 20:44:33ned.deilycreate