[issue24738] os.link() issues on Windows & ReFS

eryksun report at bugs.python.org
Tue Jul 28 07:06:16 CEST 2015


eryksun added the comment:

The problem is that the 3rd party [lockfile][1] module assumes that if os.link exists it means hard links are supported for all file systems on a given platform. So in your case it gets stuck repeatedly trying an operation that can never succeed. This can probably be worked around in pip, for which you've already opened an [issue][2]. AFAICT, there's nothing to be done in Python's standard library.

[1]: https://github.com/openstack/pylockfile
[2]: https://github.com/pypa/pip/issues/2993

----------
nosy: +eryksun

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


More information about the Python-bugs-list mailing list