]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139504: Catch BrokenPipeError in ssl test_client_sigalgs_mismatch() (#139505)
authorVictor Stinner <vstinner@python.org>
Thu, 2 Oct 2025 16:08:29 +0000 (18:08 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Oct 2025 16:08:29 +0000 (18:08 +0200)
commitea4027e179946040f534ba7f76cae51ee005739a
tree66beea120b43383beaaa5df9977df75f8e49ac96
parent16da633dfe7687aa7c2625c110c35f32af9abbf1
gh-139504: Catch BrokenPipeError in ssl test_client_sigalgs_mismatch() (#139505)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_ssl.py