-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. #17112
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
Conversation
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.
I agree with backporting the change to 3.7 and 3.8. |
Thank you for the review. |
…iles. This change, which follows the behavior of C stdio's fdopen and Python 2's file object, allows pipes to be opened in append mode.
Thanks @benjaminp for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
Sorry, @benjaminp, I could not cleanly backport this to |
Sorry @benjaminp, I had trouble checking out the |
GH-17136 is a backport of this pull request to the 3.8 branch. |
GH-17137 is a backport of this pull request to the 3.7 branch. |
Is there any chance of getting this fix backported to 3.6? |
Python upstream doesn't accept bugfixes into 3.6 anymore: https://devguide.python.org/#status-of-python-branches You may contact your favorite Linux vendor. |
…iles. (pythonGH-17112) This change, which follows the behavior of C stdio's fdopen and Python 2's file object, allows pipes to be opened in append mode.
…iles. (pythonGH-17112) This change, which follows the behavior of C stdio's fdopen and Python 2's file object, allows pipes to be opened in append mode.
This change, which follows the behavior of C stdio's fdopen and Python 2's file object, allows pipes to be opened in append mode.
https://bugs.python.org/issue27805