[issue3512] Change fsync to use fullfsync on platforms (like OS X) that have/need it

Guido van Rossum report at bugs.python.org
Thu Aug 7 18:20:32 CEST 2008


Guido van Rossum <guido at python.org> added the comment:

IMO it would be better not to confuse matters my having os.fsync() call
fullfsync(); it's better to add a separate os.fullfsync() call on
platforms that support it.  That way the application can choose.  I
suppose Apple had a reason for changing the behavior...

----------
nosy: +gvanrossum

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


More information about the Python-bugs-list mailing list