[issue8876] distutils should not assume that hardlinks will work

Antoine Pitrou report at bugs.python.org
Wed Oct 29 23:15:24 CET 2014


Antoine Pitrou added the comment:

For the record, the only place where distutils seems to use hard-linking is distutils.command.sdist. The fallback on copying is safe there, since it's done manually if os.link doesn't exist.

----------

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


More information about the Python-bugs-list mailing list