From: Antoine Pitrou Date: Fri, 15 Jul 2011 21:00:56 +0000 (+0200) Subject: test_os needs to reap threads X-Git-Tag: v3.3.0a1~1892 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f26ad7149f91db1baf2dff38c9ad7a4f6f035036;p=thirdparty%2FPython%2Fcpython.git test_os needs to reap threads --- diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 72f1c1bc2899..1d5f11cec1cb 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -1506,6 +1506,7 @@ class TestSendfile(unittest.TestCase): raise +@support.reap_threads def test_main(): support.run_unittest( FileTests,