-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations #26843
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
Conversation
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
…lementations (pythonGH-26843) (cherry picked from commit 5c79402) Co-authored-by: Serhiy Storchaka <[email protected]>
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
GH-26872 is a backport of this pull request to the 3.10 branch. |
…lementations (GH-26843) (GH-26872) (cherry picked from commit 5c79402) Co-authored-by: Serhiy Storchaka <[email protected]>
…on implementations (pythonGH-26843). (cherry picked from commit 5c79402) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-26916 is a backport of this pull request to the 3.9 branch. |
https://bugs.python.org/issue44482