Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Incorrect function name in error message of_interpreters.run_string #132174

Closed
Assignees
sobolevn
@sobolevn

Description

@sobolevn

While working on#132173 I've noticed that this error message mentions the wrong function:

>>>import_interpreters>>>_interpreters.create()1>>>_interpreters.run_string(1,'')Traceback (mostrecentcalllast):File"<python-input-2>",line1,in<module>_interpreters.run_string(1,'')~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ValueError:_interpreters.exec():badscripttext (tooshort)

It should be:

>>>import_interpreters>>>_interpreters.create()1>>>_interpreters.run_string(1,'')Traceback (mostrecentcalllast):File"<python-input-4>",line1,in<module>_interpreters.run_string(1,'')~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ValueError:_interpreters.run_string():badscripttext (tooshort)

I have a PR ready.

Linked PRs

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp