]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427) (#125531)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Oct 2024 15:26:41 +0000 (17:26 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 15:26:41 +0000 (15:26 +0000)
commit0a82c4cbd8c0b74e6111370d3c498142fdf9f085
tree71817b8de880dca768795409290dc82be5a87e59
parent26725d1756424b8abff896ffed7b017dd59241fc
[3.12] gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427) (#125531)

gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427)
(cherry picked from commit 703227dd021491ceb9343f69fa48f4b6a05adbb3)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/bdb.py
Lib/test/test_bdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-10-14-04-44-12.gh-issue-125422.MlVuC6.rst [new file with mode: 0644]