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 serhiy.storchaka, terry.reedy
Date 2016-06-12.23:53:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465775628.9.0.66901851424.issue27024@psf.upfronthosting.co.za>
In-reply-to
Content
I applied to 2.7 after changing the file name.  I still get
F:\Python\dev\27>pcbuild\python_d.exe -m test.regrtest -ugui test_idle
[1/1] test_idle
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"
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"

This is the only instance left in all three versions after using root.update_idletasks where needed.  It does not occur when running the particular test file by itself.  Mark Roseman say something similar running test.test_idle with 3.6 on Mac.  I do not running same on Windows.
History
Date User Action Args
2016-06-12 23:53:48terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-06-12 23:53:48terry.reedysetmessageid: <1465775628.9.0.66901851424.issue27024@psf.upfronthosting.co.za>
2016-06-12 23:53:48terry.reedylinkissue27024 messages
2016-06-12 23:53:48terry.reedycreate