]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103225: Fixed zero lineno issue for pdb (#103265)
authorTian Gao <gaogaotiantian@hotmail.com>
Fri, 7 Apr 2023 17:57:46 +0000 (10:57 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 17:57:46 +0000 (18:57 +0100)
commit2667452945eb0a3b8993bb4298ca8da54dc0155a
tree09c31a9a4ae88dcb58c00d3c7bb2b3f208d17b35
parent800382a2b0980c21dfb2a8ac02aaf1e881f987b9
gh-103225: Fixed zero lineno issue for pdb (#103265)

Co-authored-by: Artem Mukhin <ortem00@gmail.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2023-04-05-01-28-53.gh-issue-103225.QD3JVU.rst [new file with mode: 0644]