]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:48:14 +0000 (12:48 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 10:48:14 +0000 (10:48 +0000)
commit2e37d67db2a9a0ebd2f3a2cfd3d02e0f06d64522
tree493af40a8ac81fa814fc60791b91b6b331c45004
parenta4449a1ada14b152b75d9a00ee448b11e1e54454
[3.12] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176) (GH-122349)

(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]