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 cheryl.sabella, serhiy.storchaka, terry.reedy
Date 2020-05-23.14:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590242940.88.0.70133098172.issue30756@roundup.psfhosted.org>
In-reply-to
Content
#40722 is about a hang, at least once, on line 147

    def test_variable_change(self):
        x = ttk.LabeledScale(self.root)
        x.pack()
        x.wait_visibility()  # Here.
History
Date User Action Args
2020-05-23 14:09:00terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, cheryl.sabella
2020-05-23 14:09:00terry.reedysetmessageid: <1590242940.88.0.70133098172.issue30756@roundup.psfhosted.org>
2020-05-23 14:09:00terry.reedylinkissue30756 messages
2020-05-23 14:09:00terry.reedycreate