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 enok2
Recipients enok2
Date 2021-11-22.12:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637584752.6.0.681447686617.issue45868@roundup.psfhosted.org>
In-reply-to
Content
With the latest Python 3.8.10 under cygwin the following fails:

>>> import os
>>> os.listxattr('.')
Traceback (most recent call last):
  File "<stdin>", line 1, in < module>
AttributeError: module 'os' has no attribute 'listxattr'

/usr/include/attr/xattr.h declares the corresponding library functions, so something must be wrong in the configuration/compilation of python itself.
History
Date User Action Args
2021-11-22 12:39:12enok2setrecipients: + enok2
2021-11-22 12:39:12enok2setmessageid: <1637584752.6.0.681447686617.issue45868@roundup.psfhosted.org>
2021-11-22 12:39:12enok2linkissue45868 messages
2021-11-22 12:39:12enok2create