[Python-3000] iostack, second revision

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Sep 15 03:32:00 CEST 2006


Anders J. Munch wrote:
> (note the potential race condition in
> f=mmap.mmap(f.fileno(),os.fstat(f.fileno()))).

Not sure anything could be done about that. Even if
there were an mmap-this-file-however-big-it-is call,
the size of the file could still change *after*
you'd mapped it.

--
Greg


More information about the Python-3000 mailing list