[issue10267] test_ttk_guionly leaks many references

2011-01-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Patch committed in r87721 (3.2), r87723 (2.7) and r87724 (3.1). Thanks! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue10267] test_ttk_guionly leaks many references

2010-11-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: Hirokazu's patch works for me. -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue10267] test_ttk_guionly leaks many references

2010-11-02 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: It seems this issue can be fixed by attached patch. -- keywords: +patch nosy: +ocean-city Added file: http://bugs.python.org/file19465/py3k_fix_test_ttk_guionly_refleak.patch ___ Python tracker

[issue10267] test_ttk_guionly leaks many references

2010-10-31 Thread Antoine Pitrou
New submission from Antoine Pitrou : This can be seen on all 3 branches: $ ./python -m test.regrtest -uall -R 3:2 test_ttk_guionly [306/349] test_ttk_guionly beginning 5 repetitions 12345 . test_ttk_guionly leaked [590, 590] references, sum=1180 -- components: Tkinter messages: 1200