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 felixonmars, gpolo, ned.deily, serhiy.storchaka
Date 2020-07-16.22:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594938409.93.0.822943752272.issue41306@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce that test failure with Tk 8.6.10 on macOS, along with a few others. I believe various small things have changed in Tk somewhere between 8.6.8 and 8.6.10 in ways that affect some of the Python Tk gui tests, like test_tk and test_ttk_guionly. Some of our tests are pretty brittle with regard to Tk behavior; they captured how a particular version of Tk worked without necessarily a guarantee on the Tk side that the observed behavior wouldn't change. Someone needs to go through and make the tests work with all recent versions of Tk 8.6.x and someone should also get at least some buildbots running with 8.6.10 and really running the gui tests.
History
Date User Action Args
2020-07-16 22:26:49ned.deilysetrecipients: + ned.deily, gpolo, serhiy.storchaka, felixonmars
2020-07-16 22:26:49ned.deilysetmessageid: <1594938409.93.0.822943752272.issue41306@roundup.psfhosted.org>
2020-07-16 22:26:49ned.deilylinkissue41306 messages
2020-07-16 22:26:49ned.deilycreate