]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)
authorChristian Heimes <christian@python.org>
Fri, 9 Apr 2021 16:34:39 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 16:34:39 +0000 (18:34 +0200)
commit299ae9c7a2a169d54921815b9bb41a8f9277a3aa
tree4e6e7b21b1fccbd1358c2abeb21c11b00e516650
parent54d89a33e0d1b854fd5a72889d6554aeeb4170f0
[3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)

(cherry picked from commit 150af7543214e1541fa582374502ac1cd70e8eb4)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Library/2021-04-09-12-08-01.bpo-43788.YsvInM.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/_ssl_data_111.h [new file with mode: 0644]
Modules/_ssl_data_300.h [new file with mode: 0644]
Tools/ssl/make_ssl_data.py
Tools/ssl/multissltests.py
setup.py