commit | 3c96858480f7ffc813859c47e478340fafc54c6b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Oct 30 17:56:00 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Oct 30 17:56:00 2009 +0000 |
tree | 07859b62a25c3d84d56ed2e483ffbabc6c64cba4 | |
parent | 643e85df48c87f082b16ca9e4ac02856130fbdb3 [diff] [blame] |
Try to fix transient refleaks in test_xmlrpc.
diff --git a/Lib/test/test_xmlrpc.py b/Lib/test/test_xmlrpc.py index 13db50f..87bfb1f 100644 --- a/Lib/test/test_xmlrpc.py +++ b/Lib/test/test_xmlrpc.py
@@ -973,6 +973,7 @@ req = self.issue_request(TestTransport) self.assertTrue("X-Test: test_send_content\r\n" in req) +@test_support.reap_threads def test_main(): xmlrpc_tests = [XMLRPCTestCase, HelperTestCase, DateTimeTestCase, BinaryTestCase, FaultTestCase, TransportSubclassTestCase]