closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files.#17112
Conversation
|
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