Author: neal.norwitz
Date: Tue Aug 28 08:29:09 2007
New Revision: 57607

Modified:
   python/branches/py3k/Lib/test/test_socketserver.py
Log:
Apply this change from 2.6.  Hopefully it doesn't cause a conflict.
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.


Modified: python/branches/py3k/Lib/test/test_socketserver.py
==============================================================================
--- python/branches/py3k/Lib/test/test_socketserver.py  (original)
+++ python/branches/py3k/Lib/test/test_socketserver.py  Tue Aug 28 08:29:09 2007
@@ -212,6 +212,7 @@
         # 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:
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to