]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064)
authorRadislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
Thu, 19 Oct 2023 13:25:49 +0000 (16:25 +0300)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2023 13:25:49 +0000 (14:25 +0100)
commit68a5640a362be4f787f3da0e76cd174f7a458a4b
tree0c0f70ad50b4eb8cde93dce3b7b3b94277f3da72
parent40db34c901265280a637838af0dde310f89472a0
[3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064)

* [3.12] gh-108791: Fix `pdb` CLI invalid argument handling (GH-108816)
(cherry picked from commit 162213f2db3835e1115178d38741544f4b4db416)

Co-authored-by: Radislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2023-09-02-16-07-23.gh-issue-108791.fBcAqh.rst [new file with mode: 0644]