Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in _ssl._SSLContext constructor (GH-117309) #117317

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. pythongh-117310: Remove extra DECREF on "no ciphers" error path in `_…

    …ssl._SSLContext` constructor (pythonGH-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>
    gpshead authored and miss-islington committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e3f776e View commit details
    Browse the repository at this point in the history