Message299880
While working on bpo-31068, I wrote attached widget_instance.patch to check if test_ttk_guionly really removes all widgets. Bad news: it doesn't. Example: haypo@selma$ ./python -m test -u all test_ttk_guionly (...) test test_ttk_guionly crashed -- <type 'exceptions.Exception'>: leaking 69 widgets (...) Attached fix_destroy.patch is my attempt to fix this issue. | |
| Date | User | Action | Args | | 2017-08-08 00:46:39 | vstinner | set | recipients: + vstinner | | 2017-08-08 00:46:39 | vstinner | set | messageid: <1502153199.22.0.664616149528.issue31135@psf.upfronthosting.co.za> | | 2017-08-08 00:46:38 | vstinner | link | issue31135 messages | | 2017-08-08 00:46:38 | vstinner | create | | |