-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-122170: Handle ValueError
raised by os.stat
in linecache
#122176
gh-122170: Handle ValueError
raised by os.stat
in linecache
#122176
Conversation
picnixz
commented
Jul 23, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Interpreter exits on Windows due to ValueError raised in linecache.py #122170
linecache
ValueError
raised by os.stat
in linecache
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@serhiy-storchaka Should I backport this one to 3.12 and 3.13? (I would say yes) |
Thanks @picnixz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks @picnixz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…ythonGH-122176) (cherry picked from commit 7a6d4cc) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-122348 is a backport of this pull request to the 3.13 branch. |
…ythonGH-122176) (cherry picked from commit 7a6d4cc) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-122349 is a backport of this pull request to the 3.12 branch. |
Yes, this can be considered as a bug fix, although very minor. |