iustin / pyxattr

A python module for accessing filesystem Extended Attributes
https://pyxattr.k1024.org/
GNU Lesser General Public License v2.1
30 stars 15 forks source link

Fix nofollow not work in MAC #14

Closed verybada closed 6 years ago

verybada commented 7 years ago

flags & XATTR_NOFOLLOW means nothing because flags doesn't have this bit.

iustin commented 6 years ago

The fix is good, and actually uncovers a bug in the test suite that went hidden for a long while since Linux doesn't actually allow user attributes on symbolic links. Sigh.

iustin commented 6 years ago

Released in version 0.6.1.