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 rion4ik@gmail.com, schmir, sdaoden, vstinner
Date 2011-05-18.13:09:53
SpamBayes Score 5.2618132e-05
Marked as misclassified No
Message-id <20110518130948.GB22111@nothing>
In-reply-to <1305722013.83.0.601785510383.issue12102@psf.upfronthosting.co.za>
Content
@ STINNER Victor wrote (2011-05-18 14:33+0200):
> I don't think that Python should guess what the user expects
> (i.e. Python should not sync the file *implicitly*).

Before i've found F_FULLFSYNC i indeed have had a solution which
tracked the open() of all files, so that mmap() could check wether
a file had been opened in write mode or not.  ;|
Python does not do that by default (AFAIK).
History
Date User Action Args
2011-05-18 13:09:54sdaodensetrecipients: + sdaoden, vstinner, schmir, rion4ik@gmail.com
2011-05-18 13:09:54sdaodenlinkissue12102 messages
2011-05-18 13:09:53sdaodencreate