]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148292: Remove shutdown() test in test_ssl.test_got_eof() (#149366)
authorVictor Stinner <vstinner@python.org>
Mon, 4 May 2026 14:20:25 +0000 (16:20 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 14:20:25 +0000 (14:20 +0000)
commit1e21cf6fee3830012e458c0fe5dbc6fcd45ace92
tree93498128828926ffec499cbb265fc1a74773ec3f
parent6e6f9053e368a8c8b05872743f9ac04c49418d7e
gh-148292: Remove shutdown() test in test_ssl.test_got_eof() (#149366)

The shutdown() behavior depends too much on the operating system and
it's unrelated to the got_eof_error change.
Lib/test/test_ssl.py