◐ Shell
clean mode source ↗

gh-122170: Handle `ValueError` raised by `os.stat` in `linecache` by picnixz · Pull Request #122176 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@picnixz picnixz changed the title gh-122170: Handle long filenames on Windows platforms in linecache gh-122170: Handle ValueError raised by os.stat in linecache

Jul 24, 2024

@picnixz picnixz added the stdlib

Standard Library Python modules in the Lib/ directory

label

Jul 25, 2024

serhiy-storchaka

serhiy-storchaka

serhiy-storchaka

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@picnixz picnixz deleted the fix-linecache-valueerror branch

July 27, 2024 10:18

@picnixz

@miss-islington-app

Thanks @picnixz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app

Thanks @picnixz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 27, 2024
…ythonGH-122176)

(cherry picked from commit 7a6d4cc)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

@bedevere-app

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 27, 2024
…ythonGH-122176)

(cherry picked from commit 7a6d4cc)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

@bedevere-app

@serhiy-storchaka

Yes, this can be considered as a bug fix, although very minor.

Labels

stdlib

Standard Library Python modules in the Lib/ directory

2 participants

@picnixz @serhiy-storchaka