]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-59000: Fix pdb breakpoint resolution for class methods when… (#142172)
authorTian Gao <gaogaotiantian@hotmail.com>
Tue, 2 Dec 2025 05:07:52 +0000 (21:07 -0800)
committerGitHub <noreply@github.com>
Tue, 2 Dec 2025 05:07:52 +0000 (05:07 +0000)
commit9d99b5b2ca1e424e9082a5ef145453708d75f32f
treec05197da06f22bd96189282201c44c031290a132
parent01393ffbe67b679321e2aa59c02acc331149b03b
[3.13] gh-59000: Fix pdb breakpoint resolution for class methods when… (#142172)

* [3.13] gh-59000: Fix pdb breakpoint resolution for class methods when module not imported (GH-141949)
(cherry picked from commit 5e58548ebe8f7ac8c6cb0bad775912caa4090515)

Co-authored-by: LloydZ <35182391+cocolato@users.noreply.github.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2025-11-25-16-00-29.gh-issue-59000.YtOyJy.rst [new file with mode: 0644]