-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
bpo-45401: Fix a resource warning in test_logging #28864
bpo-45401: Fix a resource warning in test_logging #28864
Conversation
Oh, you created a fix almost the same time than me :-D But you was faster, I close my fix: PR #28865. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I plan to backport the isfile() change with this change to 3.10, and then backport the 3.10 change to 3.9.
Only on a half of minute! 🏁 |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-28872 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 15188b1) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 15188b1) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-28873 is a backport of this pull request to the 3.9 branch. |
https://bugs.python.org/issue45401