]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43799: Also define SSLv3_method() (GH-25481)
authorChristian Heimes <christian@python.org>
Tue, 20 Apr 2021 16:10:10 +0000 (18:10 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Apr 2021 16:10:10 +0000 (18:10 +0200)
commit3309113d6131e4bbac570c4f54175ecca02d025a
treeb35f7e653b15a06654858337dfdbf7df0f590039
parent389212c5db81e6aeab660665d2c59843d8d36f8e
bpo-43799: Also define SSLv3_method() (GH-25481)

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