[Python-Dev] Ext4 data loss

Eric Smith eric at trueblade.com
Wed Mar 11 17:05:32 CET 2009


Antoine Pitrou wrote:
> I think your "synced" flag is too vague. Some applications may need the file to
> be synced on close(), but some others may need it to be synced at regular
> intervals, or after each write(), etc.

Why wouldn't sync just be an optional argument to close(), at least for 
the "sync_on_close" case?

Eric.


More information about the Python-Dev mailing list