]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-59000: Fix pdb breakpoint resolution for class methods when module not imported...
authorLloydZ <35182391+cocolato@users.noreply.github.com>
Tue, 2 Dec 2025 04:41:54 +0000 (12:41 +0800)
committerGitHub <noreply@github.com>
Tue, 2 Dec 2025 04:41:54 +0000 (20:41 -0800)
commit5e58548ebe8f7ac8c6cb0bad775912caa4090515
treef75261340d01bc2812571fd82cb12a0cc969b7fd
parent41728856a277749d022d99af82c8e14b85057f3c
gh-59000: Fix pdb breakpoint resolution for class methods when module not imported (#141949)
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]