Skip to content

gh-148292: Remove shutdown() test in test_ssl.test_got_eof() - #149366

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:openssl4_shutdown
May 4, 2026
Merged

gh-148292: Remove shutdown() test in test_ssl.test_got_eof()#149366
vstinner merged 1 commit into
python:mainfrom
vstinner:openssl4_shutdown

Conversation

@vstinner

@vstinnervstinner commented May 4, 2026

Copy link
Copy Markdown
Member

shutdown() behavior depends too much on the operating system and it's unrelated to the got_eof_error change.

shutdown() behavior depends too much on the operating system and it's
unrelated to the got_eof_error change.
@vstinner

Copy link
Copy Markdown
MemberAuthor

The test fails on the "Windows / Build and test (x64, switch-case)" CI: shutdown() fails with ECONNRESET instead of ENOTCONN.

@vstinner
vstinner enabled auto-merge (squash) May 4, 2026 13:51
@vstinner
vstinner merged commit 1e21cf6 into python:mainMay 4, 2026
55 checks passed
@vstinner
vstinner deleted the openssl4_shutdown branch May 4, 2026 14:20
vstinner added a commit to vstinner/cpython that referenced this pull request May 13, 2026
…ython#149366)
The shutdown() behavior depends too much on the operating system and
it's unrelated to the got_eof_error change.
(cherry picked from commit 1e21cf6)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner