summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 21:00:56 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 21:00:56 (GMT)
commitf26ad7149f91db1baf2dff38c9ad7a4f6f035036 (patch)
treeb1a4a97e5fffbecca2836a4297f0f2616615bc0d /Lib
parentafed6ecf218c498ecded76fd03519ea9644737f2 (diff)
downloadcpython-f26ad7149f91db1baf2dff38c9ad7a4f6f035036.zip
cpython-f26ad7149f91db1baf2dff38c9ad7a4f6f035036.tar.gz
cpython-f26ad7149f91db1baf2dff38c9ad7a4f6f035036.tar.bz2
test_os needs to reap threads
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_os.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index 72f1c1b..1d5f11c 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,