]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Jun 2022 09:46:27 +0000 (02:46 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 09:46:27 +0000 (02:46 -0700)
commitee937571e72a8515f87488bc146553b2dc35dfd9
treed118247a57488ec97a8e7cf9bf058c3a99796781
parent2bf974ec842cc0ffeb6aae7a97a3a4ad774e61ff
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)

(cherry picked from commit 21cbdae90ffdac047d27d1b83a5442fabcf89f7c)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/linecache.py
Lib/test/test_linecache.py
Misc/NEWS.d/next/Library/2022-06-29-09-48-37.gh-issue-92336.otA6c6.rst [new file with mode: 0644]