-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL #107586
Conversation
…set via SSL_ERROR_SYSCALL
!buildbot .ARM64. |
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 0a88ece 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Misc/NEWS.d/next/Library/2023-08-03-12-52-19.gh-issue-107077.-pzHD6.rst
Outdated
Show resolved
Hide resolved
…pzHD6.rst Co-authored-by: T. Wouters <thomas@python.org>
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10, 3.11, 3.12. |
GH-107587 is a backport of this pull request to the 3.12 branch. |
GH-107588 is a backport of this pull request to the 3.11 branch. |
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: T. Wouters <thomas@python.org>
GH-107589 is a backport of this pull request to the 3.10 branch. |
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: T. Wouters <thomas@python.org>
GH-107590 is a backport of this pull request to the 3.9 branch. |
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: T. Wouters <thomas@python.org>
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: T. Wouters <thomas@python.org>
GH-107591 is a backport of this pull request to the 3.8 branch. |
|
|
|
…f the error is set via SSL_ERROR_SYSCALL (pythonGH-107586) (python#107589)" This reverts commit 24d54fe.
|
Closes: #107077