]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` const...
authorGregory P. Smith <greg@krypto.org>
Thu, 28 Mar 2024 10:11:58 +0000 (03:11 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 10:11:58 +0000 (11:11 +0100)
commit8cb7d7ff86a1a2d41195f01ba4f218941dd7308c
treefac4bef6e11a06bca84406bc22a90915844bff2f
parent6c8ac8a32fd6de1960526561c44bc5603fab0f3e
gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (#117309)

Remove extra self DECREF on ssl "no ciphers" error path.

This doesn't come up in practice because nobody links against a broken
OpenSSL library that provides nothing.
Misc/NEWS.d/next/Library/2024-03-27-21-05-52.gh-issue-117310.Bt2wox.rst [new file with mode: 0644]
Modules/_ssl.c