This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sdaoden
Recipients sdaoden
Date 2011-04-19.11:35:37
SpamBayes Score 0.006755747
Marked as misclassified No
Message-id <1303212938.57.0.821096700769.issue11877@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 11277 revealed that Mac OS X fsync() does not always
and gracefully synchronize file data to physical backing store.
To gain real fsync(2) behaviour fcntl(2) must be called with
the F_FULLFSYNC flag.
History
Date User Action Args
2011-04-19 11:35:38sdaodensetrecipients: + sdaoden
2011-04-19 11:35:38sdaodensetmessageid: <1303212938.57.0.821096700769.issue11877@psf.upfronthosting.co.za>
2011-04-19 11:35:37sdaodenlinkissue11877 messages
2011-04-19 11:35:37sdaodencreate