[issue40654] shutil.copyfile mutates symlink for absolute path

Steve Dower report at bugs.python.org
Mon May 18 06:22:39 EDT 2020


Steve Dower <steve.dower at python.org> added the comment:

This is only an issue for broken symlinks, right? (More precisely, those that cannot be resolved, which may include very long paths on some machines.) 

Fixing copy is my preferred option.

Also Jason, what do you need to be able to test against prerelease? It would be nice to find these impacts during alpha/beta rather than three bug fix releases later.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40654>
_______________________________________


More information about the Python-bugs-list mailing list