[3.10] bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) by miss-islington · Pull Request #26518 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Contributor
Fix test_ssl.test_wrong_cert_tls13(): use suppress_ragged_eofs=False,
since read() can raise ssl.SSLEOFError on Windows.
(cherry picked from commit ea0210f)
Co-authored-by: Victor Stinner vstinner@python.org
miss-islington
requested a review
from tiran
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
miss-islington
commented
Jun 3, 2021
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
bedevere-bot
mentioned this pull request
miss-islington
commented
Jun 3, 2021
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
vstinner
approved these changes
vstinner
left a comment
vstinner
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
vstinner
merged commit
d2ab15f
into
python:3.10
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-ea0210f-3.10
branch
pablogsal
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment