[New-bugs-announce] [issue45868] xattr support missing in os module under cygwin

Oskar Enoksson report at bugs.python.org
Mon Nov 22 07:39:12 EST 2021


New submission from Oskar Enoksson <enok at lysator.liu.se>:

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.

----------
components: Build
messages: 406768
nosy: enok2
priority: normal
severity: normal
status: open
title: xattr support missing in os module under cygwin
type: crash
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45868>
_______________________________________


More information about the New-bugs-announce mailing list