Message5152

Author pjenvey
Recipients fwierzbicki, gaddo, pjenvey, zyasoft
Date 2009-09-14.06:30:08
SpamBayes Score 4.3632875e-12
Marked as misclassified No
Message-id <1252909808.79.0.484041777468.issue1466@psf.upfronthosting.co.za>
In-reply-to
Content
with the fix I applied it's still a potential issue in 'a+' mode. 
Unfortunately there's nothing else we can really do about that except 
document the problem

However regular 'a' mode is now safe as it's using O_APPEND

Also it's not a problem at all if threads are writing to the same file 
object, which I would recommend. Python file operations are atomic
History
Date User Action Args
2009-09-14 06:30:08pjenveysetmessageid: <1252909808.79.0.484041777468.issue1466@psf.upfronthosting.co.za>
2009-09-14 06:30:08pjenveysetrecipients: + pjenvey, fwierzbicki, zyasoft, gaddo
2009-09-14 06:30:08pjenveylinkissue1466 messages
2009-09-14 06:30:08pjenveycreate