]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Jul 2020 04:40:18 +0000 (21:40 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2020 04:40:18 +0000 (21:40 -0700)
commit1d1c5743400bdf384ec83eb6ba5b39a355d121e3
tree9713d4ee141671dc166a09d7da67df6f8e1d2f46
parent366cfc65f26b159e44ee30917ab35afe59f8339f
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)

(cherry picked from commit aebc0495572c5bb85d2bd97d27cf93ab038b5a6a)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Misc/NEWS.d/next/Library/2020-07-07-21-56-26.bpo-41235.H2csMU.rst [new file with mode: 0644]
Modules/_ssl.c