Message272361
For test_textview, I triggered the symptom -- 4 'TV' NameErrors on re-run, by (temporarily) adding 1/0 to tearDownModule and running with -w. After removing the TV deletion, only the ZeroDivisionError remained. This experiment also resulted in a '''can't invoke "event" command: application has been destroyed''' message. For me it only happens on the re-run, not in the first run. In verbose mode, it follows the one test in test_config_key. Converting the test to 'pass' proved it to be the source. Looking at the code, I could not find any obvious callback that would be left behind. Adding 'root.update() stops the message. (Adding root.update_idletasks() did not.) In the output quoted above, the same message is shown for the non-verbose initial run, If from the same cause, the same fix might work on Mac also. | |
| Date | User | Action | Args | | 2016-08-10 19:14:53 | terry.reedy | set | recipients: + terry.reedy, ned.deily, markroseman | | 2016-08-10 19:14:53 | terry.reedy | set | messageid: <1470856493.36.0.0903121603681.issue27714@psf.upfronthosting.co.za> | | 2016-08-10 19:14:53 | terry.reedy | link | issue27714 messages | | 2016-08-10 19:14:52 | terry.reedy | create | | |