]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
authorChristian Heimes <christian@python.org>
Fri, 9 Apr 2021 15:02:00 +0000 (17:02 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 15:02:00 +0000 (08:02 -0700)
commit150af7543214e1541fa582374502ac1cd70e8eb4
tree0a907f427ecb7f0ba1cf8209b24e9f528c343eb5
parent5151d642004c59cce58d669be85d9a5e987f51d3
bpo-43788: Generate version specific _ssl_data.h (GH-25300)

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
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