消息 [134039]
Oh, fcntl has already a F_FULLFSYNC constant, so we can use like fcntl.fcntl(fd, fcntl.F_FULLFSYNC) in Python.
> can you add a sentence in mmap doc to explain that mmap.mmap()
> does flush the file on Mac OS X and VMS?
Hum, it does flush the file on VMS using fsync(), but on Mac OS X, it does just set F_FULLFSYNC flag using fcntl. It doesn't call fsync() explicitly. Does mmap() "call fsync()" implicitly? |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-04-19 10:43:04 | vstinner | 修改 | recipients:
+ vstinner, ixokai, pitrou, nadeem.vawda, ned.deily, skrah, neologix, sdaoden |
| 2011-04-19 10:43:04 | vstinner | 修改 | messageid: <1303209784.62.0.265192126594.issue11277@psf.upfronthosting.co.za> |
| 2011-04-19 10:43:04 | vstinner | 链接 | issue11277 messages |
| 2011-04-19 10:43:04 | vstinner | 创建 | |
|