commit | aa73ea0408d4fc062b765586bdce5af0021ebbf2 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Feb 23 19:39:06 2014 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Feb 23 19:39:06 2014 +0100 |
tree | 831cceb4c7fcd386b820034cc99c36c6ddae9f7c | |
parent | 82c25876bac60ccc3ac041bae443a4d1726a51cf [diff] [blame] |
Issue #20743: Fix a reference leak in test_tcl.
diff --git a/Misc/NEWS b/Misc/NEWS index 2593500..26c96c2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -249,6 +249,8 @@ Tests ----- +- Issue #20743: Fix a reference leak in test_tcl. + - Issue #20510: Rewrote test_exit in test_sys to match existing comments, use modern unittest features, and use helpers from test.script_helper instead of using subprocess directly. Initial patch by Gareth Rees.