summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-10-15 22:13:48 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-10-15 22:13:48 (GMT)
commit37e533a39716bf7da026eda2b35073ef2eb3d1fb (patch)
treeb3b0bfafe7019dd40f4e52f5ce23fe8b6fa9566e /Misc/NEWS.d
parent299d02090f216d8cc90374013efb3ccb8de16ecc (diff)
parent7453b8f15c77a8f3b07a5049450436079476c465 (diff)
downloadcpython-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.rst1
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-14-02-07-44.gh-issue-125115.IOf3ON.rst1
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.