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 brian.curtin
Recipients brian.curtin, ocean-city
Date 2010-10-05.14:35:19
SpamBayes Score 3.9759474e-05
Marked as misclassified No
Message-id <1286289327.29.0.159315245099.issue10027@psf.upfronthosting.co.za>
In-reply-to
Content
In msg117834 on #8879 it was noticed that os.lstat and os.stat don't set st_nlink on Windows, which is causing the patch on that issue to fail test_tarfile.

Attached is a stripped down version of the patch Hirokazu Yamamoto proposed on #8879, containing just the os.*stat changes. As stated in that message, the patch is a quick hack to get test_os and test_tarfile working, so it could use review.
History
Date User Action Args
2010-10-05 14:35:27brian.curtinsetrecipients: + brian.curtin, ocean-city
2010-10-05 14:35:27brian.curtinsetmessageid: <1286289327.29.0.159315245099.issue10027@psf.upfronthosting.co.za>
2010-10-05 14:35:25brian.curtinlinkissue10027 messages
2010-10-05 14:35:22brian.curtincreate