[issue37897] test_asyncio hangs on an IPv6-only host

2019-10-21 Thread STINNER Victor
STINNER Victor added the comment: I guess that either test_drain_raises should be skipped or modified to listen to ::1 (IPv6 loopback). -- nosy: +vstinner ___ Python tracker

[issue37897] test_asyncio hangs on an IPv6-only host

2019-08-20 Thread Gregory P. Smith
New submission from Gregory P. Smith : test_drain_raises (test.test_asyncio.test_streams.StreamTests) ... Exception in thread Thread-20: Traceback (most recent call last): File "/home/greg/oss/cpython/Lib/threading.py", line 938, in _bootstrap_inner self.run() File