This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients christian.heimes, ethan.furman
Date 2021-04-20.01:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618880519.23.0.499595929894.issue42854@roundup.psfhosted.org>
In-reply-to
Content
I'm getting this error:

test test_ssl failed -- Traceback (most recent call last):
  File "/source/python/cpython/Lib/test/test_ssl.py", line 1061, in test_read_write_zero
    self.assertEqual(s.send(b""), 0)
  File "/source/python/cpython/Lib/ssl.py", line 1198, in send
    return self._sslobj.write(data)
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2484)

Let me know if there's any other info I can provide (and how to get it).
History
Date User Action Args
2021-04-21 13:54:05ethan.furmanunlinkissue42854 messages
2021-04-20 01:01:59ethan.furmansetrecipients: + ethan.furman, christian.heimes
2021-04-20 01:01:59ethan.furmansetmessageid: <1618880519.23.0.499595929894.issue42854@roundup.psfhosted.org>
2021-04-20 01:01:59ethan.furmanlinkissue42854 messages
2021-04-20 01:01:59ethan.furmancreate