]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127321: Avoid stopping at an opcode without an associated line number for breakpoi...
authorTian Gao <gaogaotiantian@hotmail.com>
Sun, 1 Dec 2024 16:57:03 +0000 (08:57 -0800)
committerGitHub <noreply@github.com>
Sun, 1 Dec 2024 16:57:03 +0000 (11:57 -0500)
commit1bc4f076d193ad157bdc69a1d62685a15f95113f
treedb38ce01f5e3aab9d2efaa066509a4d5981956ba
parenta880358af03d9cab37f7db04385c5a97051b03b6
gh-127321: Avoid stopping at an opcode without an associated line number for breakpoint() (#127457)
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-11-30-21-46-15.gh-issue-127321.M78fBv.rst [new file with mode: 0644]