[issue7759] mhlib fails on Btrfs filesystem (test_mhlib failure)

Neil Schemenauer report at bugs.python.org
Thu Nov 12 22:07:38 EST 2015


Neil Schemenauer added the comment:

I don't see how that patch can be correct.  The logic is now if the directory has two links inside it then skip it.  The filesystems that don't count '.' and '..' will have zero links when empty and will have two links when two real files exist in them.

I think my original patch is safer.

----------
assignee:  -> serhiy.storchaka
resolution: fixed -> 
stage: resolved -> commit review
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7759>
_______________________________________


More information about the Python-bugs-list mailing list