]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 30 Jun 2022 09:18:18 +0000 (10:18 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 09:18:18 +0000 (10:18 +0100)
commit21cbdae90ffdac047d27d1b83a5442fabcf89f7c
tree8cead832cdbbd9b4ab28e8c7b87cf8ba6d3e667f
parent68fb03249f3b17146db42b00a75718b823a2280c
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)
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]