]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125115: Pass unknown pdb command line args to script instead of fail (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Oct 2024 19:55:38 +0000 (21:55 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 19:55:38 +0000 (19:55 +0000)
commitc5bad759f5b0d23e0ab9a40b3fa9dd4c77748cb7
tree3170fe9cab7c4ed8b1f3edf35849b7a2e89f8d2a
parent4d83f6ddc413204943097699ef84a30356ba8cce
[3.13] gh-125115: Pass unknown pdb command line args to script instead of fail (GH-125424) (#125547)

gh-125115: Pass unknown pdb command line args to script instead of fail (GH-125424)
(cherry picked from commit 9c2bb7d551a695f35db953a671a2ddca89426bef)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
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]