-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
memory leak in ssl certification #81883
Comments
Windows10/7(x86/x64) In https-access, memory usage increases by about 200KB per urlopen() I found out leak of certificate-store-handles in _ssl.c and made patch, I guess some users are in trouble with this leak. |
I raised another PR(15632), which keeps the changes to a minimum. |
Thanks for the simpler patch. I'm happier taking that one, given we know the rest of the code already works. |
Closing now, as we're just waiting on the backports to clear CI. Thanks for your contributions! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: