Skip to content

gh-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCALL #115628

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

Merged
merged 10 commits into from
Mar 26, 2024
Merged
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2024-02-18-09-50-31.gh-issue-115627.H…
…Gchj0.rst

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  • Loading branch information
keepworking and serhiy-storchaka committed Mar 22, 2024
commit d97a8d10df4f87c32b4351b2f9556fee4e07fbdb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FIX the ssl module error handling of connection terminate by peer.
it throws OSError instead of EOFError.
Fix the :mod:`ssl` module error handling of connection terminate by peer.
It now throws an OSError with the appropriate error code instead of an EOFError.