[issue11877] Change os.fsync() to support physical backing store syncs

STINNER Victor report at bugs.python.org
Thu Apr 21 16:42:31 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

11877.2.diff: On Mac OS X, fsync(fd, full_sync=True); fsync(fd) do a full sync twice. You should restore the old file flags at fsync() exit. Or this surprising behaviour should be documented.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11877>
_______________________________________


More information about the Python-bugs-list mailing list