]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_ssl on Cygwin (#150419)
authorVictor Stinner <vstinner@python.org>
Mon, 25 May 2026 20:32:37 +0000 (22:32 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 20:32:37 +0000 (22:32 +0200)
commit0065d223ace3fe33ae621779bbb05fc8e0a88a01
treee1eecc0033c319e0bf9258eadec84ede15cb3230
parent71fa31454ec2427d25dfb74e8b765e90308cb5f6
gh-149879: Fix test_ssl on Cygwin (#150419)

On Cygwin, ignore EAGAIN in SSLSocket._create() if getpeername() fails.
Lib/ssl.py
Lib/test/test_ssl.py