diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 22:13:48 (GMT) |
---|---|---|
committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 22:13:48 (GMT) |
commit | 37e533a39716bf7da026eda2b35073ef2eb3d1fb (patch) | |
tree | b3b0bfafe7019dd40f4e52f5ce23fe8b6fa9566e /Misc/NEWS.d | |
parent | 299d02090f216d8cc90374013efb3ccb8de16ecc (diff) | |
parent | 7453b8f15c77a8f3b07a5049450436079476c465 (diff) | |
download | cpython-37e533a39716bf7da026eda2b35073ef2eb3d1fb.zip cpython-37e533a39716bf7da026eda2b35073ef2eb3d1fb.tar.gz cpython-37e533a39716bf7da026eda2b35073ef2eb3d1fb.tar.bz2 |
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-09-24-18-16-59.gh-issue-58956.0wFrBR.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-09-24-18-16-59.gh-issue-58956.0wFrBR.rst b/Misc/NEWS.d/next/Library/2024-09-24-18-16-59.gh-issue-58956.0wFrBR.rst new file mode 100644 index 0000000..a882a63 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-09-24-18-16-59.gh-issue-58956.0wFrBR.rst @@ -0,0 +1 @@ +Fixed a bug in :mod:`pdb` where sometimes the breakpoint won't trigger if it was set on a function which is already in the call stack. 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. |