]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129900: Fix `SystemExit` return codes when the REPL is started from the command...
authorPeter Bierma <zintensitydev@gmail.com>
Tue, 25 Mar 2025 19:48:46 +0000 (15:48 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 19:48:46 +0000 (19:48 +0000)
commit90b82f2b61219c8f94e2deddc989a4c4fe9ea7c7
treecbd9c689d2585a6f115d270518bd767433f886e6
parent8ada7a9e1435302ec2cb73375122072d0e1cdd6f
gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (#129901)
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