[issue26791] shutil.move fails to move symlink (Invalid cross-device link)

SilentGhost report at bugs.python.org
Mon Apr 18 04:09:08 EDT 2016


SilentGhost added the comment:

This seems to be only triggered when moving a symlink into its destination. Assumption in the code is that when _samefile returns True, it must be due to case-insensitive filesystem, rather than this edge case.

----------
nosy: +SilentGhost, tarek
type:  -> behavior
versions: +Python 3.6 -Python 3.4

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


More information about the Python-bugs-list mailing list