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 nascheme
Recipients nascheme
Date 2010-01-22.22:22:11
SpamBayes Score 9.800372e-07
Marked as misclassified No
Message-id <1264198934.84.0.705718671648.issue7759@psf.upfronthosting.co.za>
In-reply-to
Content
Btrfs does not maintain a link count for directories (MacOS does the same I think). That confuses mhlib.py because it uses os.stat().st_nlinks as an optimization.

The attached patch removes the optimization and make test_mhlib pass on Btrfs (and probably HFS+) filesystems.
History
Date User Action Args
2010-01-22 22:22:15naschemesetrecipients: + nascheme
2010-01-22 22:22:14naschemesetmessageid: <1264198934.84.0.705718671648.issue7759@psf.upfronthosting.co.za>
2010-01-22 22:22:12naschemelinkissue7759 messages
2010-01-22 22:22:12naschemecreate