-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Incorrect function name in error message of _interpreters.run_string
#132174
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
Labels
extension-modules
C modules in the Modules dir
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Apr 6, 2025
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Apr 6, 2025
sobolevn
added a commit
that referenced
this issue
Apr 7, 2025
…tring` (#132175) Co-authored-by: Brian Schubert <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 7, 2025
….run_string` (pythonGH-132175) (cherry picked from commit f2daa96) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Brian Schubert <[email protected]>
Yhg1s
pushed a commit
that referenced
this issue
Apr 8, 2025
…s.run_string` (GH-132175) (#132209) gh-132174: Fix function name in error message of `_interpreters.run_string` (GH-132175) (cherry picked from commit f2daa96) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Brian Schubert <[email protected]>
seehwan
pushed a commit
to seehwan/cpython
that referenced
this issue
Apr 16, 2025
….run_string` (python#132175) Co-authored-by: Brian Schubert <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
extension-modules
C modules in the Modules dir
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
While working on #132173 I've noticed that this error message mentions the wrong function:
It should be:
I have a PR ready.
Linked PRs
_interpreters.run_string
#132175_interpreters.run_string
(GH-132175) #132209The text was updated successfully, but these errors were encountered: