]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSC...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 3 Aug 2023 12:37:14 +0000 (13:37 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2023 12:37:14 +0000 (12:37 +0000)
commit77e09192b5f1caf14cd5f92ccb53a4592e83e8bc
tree39824d48fecb08bd0979236d393cdd32c708feef
parenta73daf54ebd7bd6bf32e82766a605ebead2f128c
gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (#107586)

Co-authored-by: T. Wouters <thomas@python.org>
Misc/NEWS.d/next/Library/2023-08-03-12-52-19.gh-issue-107077.-pzHD6.rst [new file with mode: 0644]
Modules/_ssl.c