[issue36656] Please add race-free os.link and os.symlink wrapper / helper

Tom Hale report at bugs.python.org
Sat Jun 29 09:53:53 EDT 2019


Tom Hale <tomnott at gmail.com> added the comment:

I've created a PR here:

https://github.com/python/cpython/pull/14464

Only shutil.symlink is currently implemented.

Feedback sought from Windows users.

@Michael.Felt please note that `overwrite=False` is the default.

@taleinat I hope that the new implementation addresses the infinite loop concern.

Please be both thorough and gentle - this is my first PR.

----------

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


More information about the Python-bugs-list mailing list