[Python-Dev] Ext4 data loss

Christian Heimes lists at cheimes.de
Wed Mar 11 15:58:49 CET 2009


Antoine Pitrou schrieb:
> After Hrvoje's message, let me rephrase my suggestion. Let's instead allow:
>    open(..., sync_on="close")
>    open(..., sync_on="flush")
> 
> with a default of None meaning no implicit syncs.

And sync_on="flush" implies sync_on="close"? Your suggestion sounds like
the right way to me!

Christian


More information about the Python-Dev mailing list