diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-10-15 19:30:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 19:30:28 (GMT) |
commit | 9c2bb7d551a695f35db953a671a2ddca89426bef (patch) | |
tree | 4a11fa771c0b8a3cf3d1fe5ea45e4602b1c9fb02 /Misc | |
parent | 3ea488aac44887a7cdb30be69580c81a0ca6afe2 (diff) | |
download | cpython-9c2bb7d551a695f35db953a671a2ddca89426bef.zip cpython-9c2bb7d551a695f35db953a671a2ddca89426bef.tar.gz cpython-9c2bb7d551a695f35db953a671a2ddca89426bef.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst b/Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst new file mode 100644 index 0000000..3583d53 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst @@ -0,0 +1 @@ +Fixed a bug in :mod:`pdb` where arguments starting with ``-`` can't be passed to the debugged script. |