diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-10-15 14:51:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 14:51:37 (GMT) |
commit | 703227dd021491ceb9343f69fa48f4b6a05adbb3 (patch) | |
tree | 2e68e677552b09c6a997e0377d24bb30ec948efb /Misc | |
parent | d3c82b9ccedd77fc302f5ab8ab0220b3372f574c (diff) | |
download | cpython-703227dd021491ceb9343f69fa48f4b6a05adbb3.zip cpython-703227dd021491ceb9343f69fa48f4b6a05adbb3.tar.gz cpython-703227dd021491ceb9343f69fa48f4b6a05adbb3.tar.bz2 |
gh-125422: Don't set the caller's f_trace if it's botframe (#125427)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-10-14-04-44-12.gh-issue-125422.MlVuC6.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-14-04-44-12.gh-issue-125422.MlVuC6.rst b/Misc/NEWS.d/next/Library/2024-10-14-04-44-12.gh-issue-125422.MlVuC6.rst new file mode 100644 index 0000000..c890ece --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-10-14-04-44-12.gh-issue-125422.MlVuC6.rst @@ -0,0 +1 @@ +Fixed the bug where :mod:`pdb` and :mod:`bdb` can step into the bottom caller frame. |