]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125115: Pass unknown pdb command line args to script instead of fail (#125424)
authorTian Gao <gaogaotiantian@hotmail.com>
Tue, 15 Oct 2024 19:30:28 +0000 (12:30 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 19:30:28 +0000 (15:30 -0400)
commit9c2bb7d551a695f35db953a671a2ddca89426bef
tree4a11fa771c0b8a3cf3d1fe5ea45e4602b1c9fb02
parent3ea488aac44887a7cdb30be69580c81a0ca6afe2
gh-125115: Pass unknown pdb command line args to script instead of fail (#125424)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst [new file with mode: 0644]