[issue13146] Writing a pyc file is not atomic

Antoine Pitrou report at bugs.python.org
Tue Oct 11 23:55:43 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> So if a process replaces the PYC file whereas another is reading the
> PYC, the reader may read corrupted data?

No, this is the whole point of the patch.

----------

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


More information about the Python-bugs-list mailing list