]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128231: Use `runcode()` return value for failing early (GH-129488) (#130513)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Mar 2025 11:11:45 +0000 (12:11 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Mar 2025 11:11:45 +0000 (13:11 +0200)
commit8f6a9aa6aeb4fbbac186b7cb284f6301af5cbe36
treeae2328a73a3fe2ed71063d7b889bf5baf66b0c3d
parent2ccb84a8717eef9bfc6e41d1a981eee43a92a9ff
[3.13] gh-128231: Use `runcode()` return value for failing early (GH-129488) (#130513)

gh-128231: Use `runcode()` return value for failing early (GH-129488)
(cherry picked from commit 7ed3dc6392613832f66c63507385b1da109cbf21)

Co-authored-by: Bartosz Sławecki <bartoszpiotrslawecki@gmail.com>
Lib/_pyrepl/console.py
Lib/asyncio/__main__.py
Lib/test/test_pyrepl/test_interact.py
Lib/test/test_repl.py
Misc/NEWS.d/next/Library/2025-01-30-22-49-42.gh-issue-128231.SuEC18.rst [new file with mode: 0644]