[issue7360] [mailbox] race: mbox may lose data with concurrent access

R. David Murray report at bugs.python.org
Mon Jun 18 20:19:32 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Probably.  Unless I'm mistaken, the issue with concurrent rewrite (as opposed to append) exists for single-file-mailboxes in the general case, not just in Python.  And as far as I know failure is never noisy, the last writer wins.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7360>
_______________________________________


More information about the Python-bugs-list mailing list