forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
Misc/NEWS.d/next/Library/2024-03-27-21-05-52.gh-issue-117310.Bt2wox.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Fixed an implausible extra DECREF related crash in :mod:`ssl` when creating | ||
a new ``_ssl._SSLContext`` if the build was linked against a non-functional | ||
SSL library whos C ``SSL_CTX_set_cipher_list()`` API reports failure. | ||
Fixed an unlikely early & extra ``Py_DECREF`` triggered crash in :mod:`ssl` | ||
when creating a new ``_ssl._SSLContext`` if CPython was built implausibly such | ||
that the default cipher list is empty **or** the SSL library it was linked | ||
against reports a failure from its C ``SSL_CTX_set_cipher_list()`` API. |