[issue16449] RotatingFileHandler rollover doesn't work on QNX shmem filesystems

Serhiy Storchaka report at bugs.python.org
Sun Nov 11 15:49:45 CET 2012


Serhiy Storchaka added the comment:

Doesn't the "rotator" attribute break atomicity?  A careful rotator should first rename the source to the temporary file, process the data and save it to other temporary file, and then rename the result to the destination and remove the first temporary file.

----------

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


More information about the Python-bugs-list mailing list