This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients brian.curtin, giampaolo.rodola, ocean-city
Date 2010-10-01.21:00:33
SpamBayes Score 0.00025733287
Marked as misclassified No
Message-id <1285966838.04.0.332618700017.issue8879@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-01 21:00:38ocean-citysetrecipients: + ocean-city, giampaolo.rodola, brian.curtin
2010-10-01 21:00:38ocean-citysetmessageid: <1285966838.04.0.332618700017.issue8879@psf.upfronthosting.co.za>
2010-10-01 21:00:36ocean-citylinkissue8879 messages
2010-10-01 21:00:36ocean-citycreate