-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-26730: Fix SpooledTemporaryFile data corruption #17400
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
SpooledTemporaryFile.rollback() might cause data corruption when it is in text mode.
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.
I am not sure about the function to class change. Let to left this to other issue. It needs a separate discussion. It might be discussed earlier.
Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
SpooledTemporaryFile.rollback() might cause data corruption when it is in text mode. Co-Authored-By: Serhiy Storchaka <[email protected]> (cherry picked from commit ea9835c) Co-authored-by: Inada Naoki <[email protected]>
GH-17405 is a backport of this pull request to the 3.8 branch. |
Sorry, @methane, I could not cleanly backport this to |
SpooledTemporaryFile.rollback() might cause data corruption when it is in text mode. Co-Authored-By: Serhiy Storchaka <[email protected]>. (cherry picked from commit ea9835c) Co-authored-by: Inada Naoki <[email protected]>
GH-17407 is a backport of this pull request to the 3.7 branch. |
SpooledTemporaryFile.rollback() might cause data corruption when it is in text mode. Co-Authored-By: Serhiy Storchaka <[email protected]> (cherry picked from commit ea9835c) Co-authored-by: Inada Naoki <[email protected]>
SpooledTemporaryFile.rollback() might cause data corruption when it is in text mode. Co-Authored-By: Serhiy Storchaka <[email protected]>. (cherry picked from commit ea9835c)
SpooledTemporaryFile.rollback() might cause data corruption when it is in text mode. Co-Authored-By: Serhiy Storchaka <[email protected]>
SpooledTemporaryFile.rollback() might cause data corruption when it is in text mode. Co-Authored-By: Serhiy Storchaka <[email protected]>
https://bugs.python.org/issue26730