From: Jesse Noller Date: Wed, 18 Jun 2008 18:01:29 +0000 (+0000) Subject: merge 64378 X-Git-Tag: v3.0b1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a656d2cd8984f1ecb5a7e2cd09a18f72452f2b78;p=thirdparty%2FPython%2Fcpython.git merge 64378 --- diff --git a/Lib/test/test_multiprocessing.py b/Lib/test/test_multiprocessing.py index d7d3cfcdbd53..95c5c73989ce 100644 --- a/Lib/test/test_multiprocessing.py +++ b/Lib/test/test_multiprocessing.py @@ -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 #