summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_socketserver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_socketserver.py b/Lib/test/test_socketserver.py
index 6682d71..0abd7ba 100644
--- a/Lib/test/test_socketserver.py
+++ b/Lib/test/test_socketserver.py
@@ -212,6 +212,7 @@ def test_main():
# If the import lock is held, the threads will hang.
raise TestSkipped("can't run when import lock is held")
+ reap_children()
try:
testall()
finally: