-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes GH-94101 Automerge-Triggered-By: GH:tiran (cherry picked from commit dc8e1d0) Co-authored-by: chgnrdv <[email protected]>
- Loading branch information
1 parent
e51a22b
commit 2e8eac1
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Misc/NEWS.d/next/Library/2022-06-22-11-16-11.gh-issue-94101.V9vDG8.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Manual instantiation of :class:`ssl.SSLSession` objects is no longer allowed | ||
as it lead to misconfigured instances that crashed the interpreter when | ||
attributes where accessed on them. |
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