Issue 10267: test_ttk_guionly leaks many references (original) (raw)

Issue10267

Created on 2010-10-31 16:25 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3k_fix_test_ttk_guionly_refleak.patch ocean-city,2010-11-02 14:37 review
Messages (4)
msg120067 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-31 16:25
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
msg120225 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2010-11-02 14:37
It seems this issue can be fixed by attached patch.
msg120240 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-11-02 17:20
Hirokazu's patch works for me.
msg125258 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-01-04 00:33
Patch committed in r87721 (3.2), r87723 (2.7) and r87724 (3.1). Thanks!
History
Date User Action Args
2022-04-11 14:57:08 admin set github: 54476
2011-01-04 00:33:27 pitrou set status: open -> closednosy:pitrou, ocean-city, gpolomessages: + resolution: fixedstage: patch review -> resolved
2010-11-02 17:20:35 pitrou set messages: + stage: patch review
2010-11-02 14:37:49 ocean-city set files: + py3k_fix_test_ttk_guionly_refleak.patchnosy: + ocean-citymessages: + keywords: + patch
2010-10-31 16:25:05 pitrou create