[issue8879] Implement os.link on Windows

Hirokazu Yamamoto report at bugs.python.org
Fri Oct 1 23:00:38 CEST 2010


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

I think this is because os.stat and os.lstat doesn't set st_nlink.
It is only set via os.fstat. I'll attach quick hack patch. (Again,
this is just quick hack patch)

I confirmed this passes test_os and test_tarfile.

----------
Added file: http://bugs.python.org/file19091/py3k_quick_hack_for_issue8879.patch

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


More information about the Python-bugs-list mailing list