]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-59000: Fix pdb breakpoint resolution for class methods when module not...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Dec 2025 05:06:26 +0000 (06:06 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Dec 2025 05:06:26 +0000 (05:06 +0000)
commit15a25f44ee82d67e8c11f78765007ff786b6bfef
tree5328d96d04f24757530a1414ebf1efb5b2f186c2
parent5c5670eb45103860774c362fc948d54c24cc103b
[3.14] gh-59000: Fix pdb breakpoint resolution for class methods when module not imported (GH-141949) (#142171)

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]