]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jul 2024 10:54:49 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 10:54:49 +0000 (10:54 +0000)
commit3648a945e447cb9c6f5f7b6b803e503e1f38f982
tree07685fab15dc53599ef645290da46bf893751b0e
parent40925103fc3ab81d61e1cdfef8467abe730407aa
[3.13] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176) (GH-122348)

(cherry picked from commit 7a6d4ccf0ec16e09f0d8b21c5a0c591e5e3e45f7)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/linecache.py
Lib/test/test_linecache.py
Misc/NEWS.d/next/Library/2024-07-23-15-30-23.gh-issue-122170.Z9gi3Y.rst [new file with mode: 0644]