]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Jun 2021 12:07:00 +0000 (05:07 -0700)
committerGitHub <noreply@github.com>
Sun, 13 Jun 2021 12:07:00 +0000 (05:07 -0700)
commit4becc569a606102bce624a4e28f4068317d09f42
tree4262ecc64e1f4818bff23726649a9e758c6820fa
parentf30f484e9660c6ad5d5a554869593d14d709a7f4
[3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705)

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit bf527277d4e4907e32d76ca7ba667ab3149fe258)

Co-authored-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2021-06-12-22-58-20.bpo-44389.WTRnoC.rst [new file with mode: 0644]
Modules/_ssl.c