Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-128066: Fixed PyREPL history saving on read-only file systems#128088
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedDec 19, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
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 in general, with few concerns.
- Maybe it worth a test.
- I worry, that error is too late. Though, this will be fixed bygh-127495: Append to history file after every statement in PyREPL #132294.
Thank you for reviewing the PR. I looked through your mentioned pull request an noticed that the call to Will it be better, that I add |
Now I also catch
Hmm, maybe. (BTW I doubt that |
vladimir-poghosyan commentedApr 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I've changed my implementation and moved error handling to the |
Closing in favor of#134380. |
Uh oh!
There was an error while loading.Please reload this page.
As suggested in the comment of the linked issue by@ZeroIntensity, I simply handled the exception with a resulting warning.