]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove redundant `sys.exit(2)` call in `pdb` CLI (#139948)
authorFrost Ming <me@frostming.com>
Mon, 3 Nov 2025 02:47:18 +0000 (10:47 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Nov 2025 02:47:18 +0000 (18:47 -0800)
commit121c219e302365e63eef0aef81b94a3de7a37fec
tree6060edbbe2fa8e899b20c7003a62733c791ca934
parent63e01d6bae9ddc9ff35aca2134945670eacef163
Remove redundant `sys.exit(2)` call in `pdb` CLI (#139948)
Lib/pdb.py