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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
