]> granicus.if.org Git - python/commit
Always handle non-handled events before destoying root widget in tests.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Oct 2014 17:36:03 +0000 (20:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Oct 2014 17:36:03 +0000 (20:36 +0300)
commit0f032a0456da250feb0c1fbff79fd057568184f8
tree8cc17607d8a19c5ccfda6f74d6cf47abf2c86d66
parent5382c2590cd5884259b48eb3637da95d27f98091
parent4cfb5bee89965c7b85772ee2d0c3bf689acd23b2
Always handle non-handled events before destoying root widget in tests.
This gets rid of  Tcl warnings when they are handled later when the root is
already destroyed.