[issue2643] mmap_object_dealloc does not call FlushViewOfFile on windows

Ralf Schmitt report at bugs.python.org
Wed Apr 16 18:40:12 CEST 2008


Ralf Schmitt <schmir at gmail.com> added the comment:

The close method does not call msync or FlushViewOfFile.
I find this a bit strange cause explicitly closing the mmap will not
flush changes but relying on the garbage collector will flush changes.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2643>
__________________________________


More information about the Python-bugs-list mailing list