[issue8604] Adding an atomic FS write API

Charles-François Natali report at bugs.python.org
Fri May 13 16:23:58 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

Something's missing in all the implementations presented:
to make sure that the new version of the file is available afer a crash, fsync must be called on the containing directory after the rename.

----------
nosy: +neologix

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


More information about the Python-bugs-list mailing list