commit | f5e76d01eabe1f8c1e37ce93e5702d8e1cc3551f | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Wed Nov 24 13:14:05 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Wed Nov 24 13:14:05 2010 +0000 |
tree | 22f578e7d7fb6a12e9fc8073174638480f49c8a7 | |
parent | 59540f23ee7f21fc38ea1ce0ace0346697654daa [diff] |
Fix #10027. st_nlink not set on Windows calls to os.stat/lstat. Note: This patch has no tests because as of now there is no way to create links. #8879 adds that and the tests will go in there. I've manually observed that existing links on my system function properly with this.