[New-bugs-announce] [issue30749] Non-atomic and unusual (wrong) rename behavior under OS X, Python 2.7.13

Alex Groce report at bugs.python.org
Sat Jun 24 18:59:56 EDT 2017


New submission from Alex Groce:

Attached file causes a failed rename, which is fine.  However, after the failed rename, the directory structure has changed (and the error reported is not very helpful).  Behavior does not match Linux or Windows behavior.

Discovered using random testing to check pyfakefs for conformance with os module, using TSTL tool.

----------
components: macOS
files: renameatomic.py
messages: 296794
nosy: Alex Groce, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Non-atomic and unusual (wrong) rename behavior under OS X, Python 2.7.13
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file46973/renameatomic.py

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


More information about the New-bugs-announce mailing list