]> granicus.if.org Git - python/commit
Fix #10027. st_nlink not set on Windows calls to os.stat/lstat.
authorBrian Curtin <brian.curtin@gmail.com>
Wed, 24 Nov 2010 13:14:05 +0000 (13:14 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Wed, 24 Nov 2010 13:14:05 +0000 (13:14 +0000)
commitf5e76d01eabe1f8c1e37ce93e5702d8e1cc3551f
tree22f578e7d7fb6a12e9fc8073174638480f49c8a7
parent59540f23ee7f21fc38ea1ce0ace0346697654daa
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.
Misc/NEWS
Modules/posixmodule.c