Message 267078 - Python tracker

Message267078

Author terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2016-06-03.08:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464940807.02.0.170350027457.issue27196@psf.upfronthosting.co.za>
In-reply-to
Content
When running "python_d.exe -m test_idle from console or when running test file from IDLE after starting it in either console or by import, the following sometimes appears.

can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"

Serhiy, this is pobably not critical, but it is annoying.  Perhaps the 'kill-callbacks' patch would fix this.  Still, I try to have IDLE tests cleanup properly.

Known repeatable occurrences:
* test_configdialog.ConfigDialogTest.test_dialog, when run from IDLE after import, but not when part of suite.
* test_replace.ReplaceDialogTest.test_default_command, 3 times, when run as part suite, but not when run from IDLE after import.
History
Date User Action Args
2016-06-03 08:00:07terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-06-03 08:00:07terry.reedysetmessageid: <1464940807.02.0.170350027457.issue27196@psf.upfronthosting.co.za>
2016-06-03 08:00:06terry.reedylinkissue27196 messages
2016-06-03 08:00:06terry.reedycreate