-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
gh-128770: fix ResourceWarning in test_pyrepl #128906
gh-128770: fix ResourceWarning in test_pyrepl #128906
Conversation
graingert
commented
Jan 16, 2025
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: configure warnings as errors in the test suite #128770
4536f9c
to
ca5eb67
Compare
RuntimeWarning
in test_socket
Thanks @graingert for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit 24c84d8) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Sorry, @graingert and @pablogsal, I could not cleanly backport this to
|
GH-129179 is a backport of this pull request to the 3.13 branch. |
The new REPL is only on 3.13 so the 3.12 backport is not needed :) |
Oh whoops |