Message14331
| Author |
tim.peters |
| Recipients |
| Date |
2003年05月06日.20:00:29 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=31435
Hmm. I suspect the flush docs() are too strong (does flush
really promise to materialize bytes *on disk*? it doesn't for
other Python file objects, you also need os.fsync() for that).
Your point is well taken, though, and whatever flush() does
normally do, it's not going to do it for a copy-on-write mmap.
So fine by me if we declare that attempting to flush() a copy-
on-write mmap raises an exception. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:10:37 | admin | link | issue678250 messages |
| 2007年08月23日 14:10:37 | admin | create |
|