]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-25850)
authorChristian Heimes <christian@python.org>
Mon, 3 May 2021 15:45:02 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 15:45:02 +0000 (17:45 +0200)
commitc715b524210050bdd2a2e233817246d443bbb236
treefa4a38063d520ee42007b4ef3338506bb60edf2f
parent7719953b30430b351ba0f153c2b51b16cc68ee36
bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-25850)

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_ssl.py