-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Update test.support.interpreters to include missing RunFailedError import #103841
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
Missing RunFailedError import
@BruceEckel CLA signed successfully, thanks. I'm increasing capacity to survive the sprint peak. Sorry for the instability! |
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
@ericsnowcurrently this is the one you coached me through. Do I need a NEWS entry? That is unfamiliar to me. but I think I got through everything else. First time, not sure. |
Thanks for working on this @BruceEckel! Feel free to add a NEWS entry. I wouldn't add one personally, but it's an opportunity for you to get visible attribution for your contribution. |
Thanks @BruceEckel for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-106110 is a backport of this pull request to the 3.12 branch. |
…port (pythonGH-103841) (cherry picked from commit 1a2bc94) Co-authored-by: Bruce Eckel <BruceTEckel@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Missing RunFailedError import (Eric Snow coached me to do this)