]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128231: Use `runcode()` return value for failing early (GH-129488)
authorBartosz Sławecki <bartoszpiotrslawecki@gmail.com>
Mon, 24 Feb 2025 14:50:13 +0000 (15:50 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 14:50:13 +0000 (15:50 +0100)
commit7ed3dc6392613832f66c63507385b1da109cbf21
treeb703117da51c68792aa43e108a3cd8994d9e0429
parent9f25c1f012c8d432a93bf2dcad5f19a64dc00d3c
gh-128231: Use `runcode()` return value for failing early (GH-129488)
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]