Christian Heimes added the comment:

test_server_accept (test.test_ssl.ThreadedTests) ... Exception in thread 
Thread-348:
Traceback (most recent call last):
  File "/home/heimes/dev/python/cpython/Lib/threading.py", line 916, in 
_bootstrap_inner
    self.run()
  File "/home/heimes/dev/python/cpython/Lib/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/home/heimes/dev/python/cpython/Lib/test/test_ssl.py", line 3044, in 
serve
    remote.recv(1)
  File "/home/heimes/dev/python/cpython/Lib/ssl.py", line 987, in recv
    return self.read(buflen)
  File "/home/heimes/dev/python/cpython/Lib/ssl.py", line 865, in read
    return self._sslobj.read(len, buffer)
  File "/home/heimes/dev/python/cpython/Lib/ssl.py", line 627, in read
    v = self._sslobj.read(len)
OSError: [Errno 0] Error

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28689>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to