]> granicus.if.org Git - python/commitdiff
Apply this change from 2.6. Hopefully it doesn't cause a conflict.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 28 Aug 2007 06:29:09 +0000 (06:29 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 28 Aug 2007 06:29:09 +0000 (06:29 +0000)
I really want to test the buildbots.  This change is necessary
to get the test to be more stable and not crash due to previous
processes exitting.

Lib/test/test_socketserver.py

index 6682d7165bda70a35062b616a366ceef19382b5b..0abd7ba7b71029d900bd5001ce0b80e4a3080be9 100644 (file)
@@ -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: