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

fix leaking certificate issue #265

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Conversation

luccabb
Copy link
Contributor

@luccabb luccabb commented Jan 30, 2024

we've had an issue with leaking files on /tmp from certifi

This PR is explicitly calling .__exit__ as it seems like its not a no-op on all cases

@alex
Copy link
Member

alex commented Jan 30, 2024

I kind of hate atexit, but I agree that without it we'll leave random tempfiles around.

@alex alex merged commit 83f4f04 into certifi:master Jan 30, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants