]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-58933: Make pdb return to caller frame correctly when f_trace is not set...
authorTian Gao <gaogaotiantian@hotmail.com>
Mon, 13 May 2024 19:21:15 +0000 (12:21 -0700)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 19:21:15 +0000 (20:21 +0100)
commitfcdd20ef83e099a227eba5692fffcec1c8b9031b
treecbe2bcccb2d758aee09bf1ecf38eb58c8de8f786
parent2430729afea18073ca11f18f641c07ae8ad2504d
[3.12] gh-58933: Make pdb return to caller frame correctly when f_trace is not set (GH-118979) (#119008)

* [3.12] gh-58933: Make pdb return to caller frame correctly when f_trace is not set (GH-118979)
(cherry picked from commit f526314194f7fd15931025f8a4439c1765666e42)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/bdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-05-12-21-38-42.gh-issue-58933.0kgU2l.rst [new file with mode: 0644]