Commit 65a0923
gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (GH-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.
(cherry picked from commit 8cb7d7f)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
1 parent c703b7b commit 65a0923
File tree
2 files changed
+4
-1
lines changed- Misc/NEWS.d/next/Library
- Modules
2 files changed
+4
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3165 | 3165 | | |
3166 | 3166 | | |
3167 | 3167 | | |
3168 | | - | |
3169 | 3168 | | |
3170 | 3169 | | |
3171 | 3170 | | |
| |||
0 commit comments