Commit a656d2cd authored by Jesse Noller's avatar Jesse Noller

merge 64378

parent d00df3cf
......@@ -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
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment