[issue27196] Eliminate 'ThemeChanged' warning when running IDLE tests

2020-01-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.7 EOL. Ned, do you still see Themed Changed? I don't on 3.8 on Macbook. with 10.14 mohave(?) -- versions: +Python 3.9 -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker

[issue27196] Eliminate 'ThemeChanged' warning when running IDLE tests

2016-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: The only thing I still see is a pair of ThemeChanged warnings from 2.7. Using binary search, I identified test_editmenu as the culprit. This in spite of all the cleanup I can think of @classmethod def tearDownClass(cls): del cls.text, cls.ent

[issue27196] Eliminate 'ThemeChanged' warning when running IDLE tests

2016-06-19 Thread Ned Deily
Ned Deily added the comment: FWIW, I'm still seeing these errors on OS X (10.11.5 with ActiveTcl 8.5.18) using 2.7.12rc1, 3.5.2rc1, and top-of-trunk 3.6.0. They do not occur on the same platform when using 2.7.11 or 3.5.1. For example: $ /usr/local/bin/python2.7 Python 2.7.12rc1 (v2.7.12rc1:1

[issue27196] Eliminate 'ThemeChanged' warning when running IDLE tests

2016-06-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I closed #20567 after finishing what I intended to do 3 years ago. I decided make this a separate issue for trying Serhiy's suggestion of updata_idletasks. Pursuing 'no default root' is #24137. 3 other files also gave the warning, once, when run alone. 2 of

[issue27196] Eliminate 'ThemeChanged' warning when running IDLE tests

2016-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0207c6203f84 by Terry Jan Reedy in branch '3.5': Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. https://hg.python.org/cpython/rev/0207c6203f84 New changeset 2d864ac472f0 by Terry Jan Reedy in branch 'default': Merge iss

[issue27196] Eliminate 'ThemeChanged' warning when running IDLE tests

2016-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This looks as a duplicate of issue20567. -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue27196] Eliminate 'ThemeChanged' warning when running IDLE tests

2016-06-03 Thread Terry J. Reedy
New submission from Terry J. Reedy: 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 "even