-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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 <[email protected]>
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 <[email protected]> Co-authored-by: T. Wouters <[email protected]>
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 <[email protected]> Co-authored-by: T. Wouters <[email protected]>
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 <[email protected]> Co-authored-by: T. Wouters <[email protected]>
…set via SSL_ERROR_SYSCALL (pythonGH-107586) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
GH-107591 is a backport of this pull request to the 3.8 branch. |
|
… set via SSL_ERROR_SYSCALL (GH-107586) (#107588) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
… set via SSL_ERROR_SYSCALL (GH-107586) (#107587) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
… set via SSL_ERROR_SYSCALL (GH-107586) (#107589) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]>
|
|
…f the error is set via SSL_ERROR_SYSCALL (pythonGH-107586) (python#107589)" This reverts commit 24d54fe.
|
…set via SSL_ERROR_SYSCALL (GH-107586) (GH-107591) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
…set via SSL_ERROR_SYSCALL (GH-107586) (#107590) (cherry picked from commit 77e0919) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: T. Wouters <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
Closes: #107077