]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Feb 2023 17:24:30 +0000 (09:24 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2023 17:24:30 +0000 (09:24 -0800)
commit6d8ef9680689823229106c22aa74e1c549a250ec
treeb4d30f74bfd64ccbd119e32184d62cf24b434b00
parentb653fced316c14eec669ee94e57240fffdfaf1f4
gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)

(cherry picked from commit 366b94905869d680b3f1d4801fb497e78811e511)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/bdb.py
Lib/test/test_bdb.py
Misc/NEWS.d/next/Library/2023-02-10-16-02-29.gh-issue-101517.r7S2u8.rst [new file with mode: 0644]