]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Mar 2025 20:15:00 +0000 (21:15 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 20:15:00 +0000 (20:15 +0000)
commit91ae3307ee571a5b13c3be102fa8afb117c3a4d7
treeed7588dc4b4ac39b1ecd15b65ed68edb93003493
parent9c7ef0cc28650520fea1cc5c35b1b3f2d94bc96a
[3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (GH-129901) (#131734)

gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (GH-129901)
(cherry picked from commit 90b82f2b61219c8f94e2deddc989a4c4fe9ea7c7)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-09-09-54-37.gh-issue-129900.GAGGPn.rst [new file with mode: 0644]
Modules/main.c