[issue4944] os.fsync() doesn't work as expect in Windows

Amaury Forgeot d'Arc report at bugs.python.org
Wed Jan 14 08:48:05 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

python2.5 uses the functions of the fopen() family: fwrite(), fclose(). 
Does the problem reproduce if you use these functions in your extension 
module?

Are your files located on the local hard drive, or on a network storage?

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list