Message220243
It was WidgetRedirector which was leaking.
cls.percolator.redir.close() added in tearDownClass fixes the leak.
saimadhav@debian:~/dev/34-cpython$ ./python -m test -R :: -uall test_idle
[1/1] test_idle
beginning 9 repetitions
123456789
.........
1 test OK.
The attached patch also ensures that when UndoDelegator.py is run, unittest is called with exit=False, so that htest is run.
The htest display is also corrected, and works the same way as without unittest.(with correct buttons etc).
Only problem remaining is when UndoDelegator is run,
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" |
|
Date |
User |
Action |
Args |
2014-06-11 07:28:47 | Saimadhav.Heblikar | set | recipients:
+ Saimadhav.Heblikar, terry.reedy, vstinner, jesstess |
2014-06-11 07:28:47 | Saimadhav.Heblikar | set | messageid: <1402471727.94.0.449031228725.issue21703@psf.upfronthosting.co.za> |
2014-06-11 07:28:47 | Saimadhav.Heblikar | link | issue21703 messages |
2014-06-11 07:28:47 | Saimadhav.Heblikar | create | |
|