]> granicus.if.org Git - python/commitdiff
Remove test_listener_client to remove possible race condition in the multiprocessing...
authorJesse Noller <jnoller@gmail.com>
Wed, 18 Jun 2008 16:34:50 +0000 (16:34 +0000)
committerJesse Noller <jnoller@gmail.com>
Wed, 18 Jun 2008 16:34:50 +0000 (16:34 +0000)
Lib/test/test_multiprocessing.py

index 0d53b3f2409d89818103eb13e2d7cfca91d95395..363adc39fe33c20961d78f13f68c2883e7c5f89c 100644 (file)
@@ -1333,7 +1333,7 @@ class _TestConnection(BaseTestCase):
 
         self.assertRaises(ValueError, a.send_bytes, msg, 4, -1)
 
-
+"""
 class _TestListenerClient(BaseTestCase):
 
     ALLOWED_TYPES = ('processes', 'threads')
@@ -1353,7 +1353,7 @@ class _TestListenerClient(BaseTestCase):
             self.assertEqual(conn.recv(), 'hello')
             p.join()
             l.close()
-
+"""
 #
 # Test of sending connection and socket objects between processes
 #