Skip to content

[3.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) #13280

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

Closed

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 13, 2019

(cherry picked from commit 4f098b3)

Co-authored-by: Guido van Rossum [email protected]

https://bugs.python.org/issue36807

@miss-islington
Copy link
Contributor Author

@gvanrossum and @terryjreedy: Status check is done, and it's a failure ❌ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@gvanrossum and @terryjreedy: Status check is done, and it's a failure ❌ .

@gvanrossum
Copy link
Member

I suppose this needs to be merged manually? IIRC the Azure Pipelines test build is still flaky.

@@ -0,0 +1 @@
When saving a file, call os.flush() so bits are flushed to e.g. USB drive.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a typo, I think, should say call os.fsync().

Fix typo in NEWS item about IDLE (os.flush() should be os.fsync())
@miss-islington miss-islington deleted the backport-4f098b3-3.7 branch May 13, 2019 16:06
@terryjreedy
Copy link
Member

Cannot merge when required test fails, even if irrelevant to patch. I forgot that that cannot close and reopen backport to rerun tests for backport. Will redo backport and correction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants