]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103225: Fixed zero lineno issue for pdb (#103265) (#104262)
authorTian Gao <gaogaotiantian@hotmail.com>
Sun, 7 May 2023 11:21:57 +0000 (04:21 -0700)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 11:21:57 +0000 (12:21 +0100)
commit19abf691fe1d59a58882c09e9624fb1ffb910e57
tree7cb4576af58aab35f72e8efb07d84abbf1522e8c
parenta09d3901a5329fd58a29f730ae5f48fb38f66320
[3.11] gh-103225: Fixed zero lineno issue for pdb (#103265) (#104262)

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]