projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d00df3c
)
merge 64378
author
Jesse Noller
<jnoller@gmail.com>
Wed, 18 Jun 2008 18:01:29 +0000
(18:01 +0000)
committer
Jesse Noller
<jnoller@gmail.com>
Wed, 18 Jun 2008 18:01:29 +0000
(18:01 +0000)
Lib/test/test_multiprocessing.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_multiprocessing.py
b/Lib/test/test_multiprocessing.py
index d7d3cfcdbd53f478a9090410b13e3bae851d38a8..95c5c73989cef02fb0632934a679373308243a55 100644
(file)
--- 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
#