Hirokazu Yamamoto <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue8879> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
