This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_nntplib.py", line 293, in test_with_statementif re.search(r'(?i)KEY.TOO.SMALL', ssl_err.reason):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/re.py", line 201, in searchreturn _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_nntplib.py", line 277, in test_with_statement
server =self.NNTP_CLASS(self.NNTP_HOST,
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/nntplib.py", line 1025, in __init__super().__init__(host, port, user, password, readermode,
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/nntplib.py", line 334, in __init__self.sock =self._create_socket(timeout)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/nntplib.py", line 1031, in _create_socket
sock = _encrypt_on(sock, self.ssl_context, self.host)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/nntplib.py", line 292, in _encrypt_onreturn context.wrap_socket(sock, server_hostname=hostname)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/ssl.py", line 500, in wrap_socketreturnself.sslsocket_class._create(
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/ssl.py", line 1040, in _createself.do_handshake()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/ssl.py", line 1309, in do_handshakeself._sslobj.do_handshake()
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1122)
xzy3
pushed a commit
to xzy3/cpython
that referenced
this pull request
Oct 18, 2020
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
https://bugs.python.org/issue41513