[3.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) by miss-islington · Pull Request #13280 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
miss-islington wants to merge 2 commits intopython:3.7from
Closed
[3.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102)#13280
miss-islington wants to merge 2 commits intopython:3.7from
[3.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102)#13280
miss-islington wants to merge 2 commits intopython:3.7from
Conversation
Copy link Copy Markdown
Contributor
(cherry picked from commit 4f098b3)
Co-authored-by: Guido van Rossum guido@python.org
miss-islington
requested a review
from terryjreedy
as a code owner
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
terryjreedy approved these changes May 13, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link Copy Markdown
Contributor Author
miss-islington
commented
May 13, 2019
miss-islington commented
May 13, 2019@gvanrossum and @terryjreedy: Status check is done, and it's a failure ❌ .
1 similar comment
Copy link Copy Markdown
Contributor Author
miss-islington
commented
May 13, 2019
miss-islington commented
May 13, 2019@gvanrossum and @terryjreedy: Status check is done, and it's a failure ❌ .
gvanrossum approved these changes May 13, 2019
Copy link Copy Markdown
Member
gvanrossum
commented
May 13, 2019
gvanrossum commented
May 13, 2019I suppose this needs to be merged manually? IIRC the Azure Pipelines test build is still flaky.
dhalbert suggested changes May 13, 2019
Misc/NEWS.d/next/IDLE/2019-05-05-16-27-53.bpo-13102.AGNWYJ.rst Outdated
| @@ -0,0 +1 @@ | |||
| When saving a file, call os.flush() so bits are flushed to e.g. USB drive. | |||
Copy link Copy Markdown
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().
terryjreedy
closed this
miss-islington
deleted the
backport-4f098b3-3.7
branch
Copy link Copy Markdown
Member
terryjreedy
commented
May 13, 2019
terryjreedy commented
May 13, 2019Cannot 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.
terryjreedy
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment