[issue45868] xattr support missing in os module under cygwin

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: There isn't currently a maintainer for cpython on cygwin. If someone volunteers for this, they can go through the issues listed at the bottom of issue45537. -- resolution: not a bug -> wont fix stage: -> resolved status: open -> closed superseder: ->

[issue45868] xattr support missing in os module under cygwin

2022-01-23 Thread Oskar Enoksson
Oskar Enoksson added the comment: Perhaps it could be supported under cygwin though without too much effort? Most likely just a configuration fix? After all, cygwin is a sort of linux ... -- status: pending -> open ___ Python tracker

[issue45868] xattr support missing in os module under cygwin

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: This is listed in the docs as a linux-only feature: https://docs.python.org/3/library/os.html#linux-extended-attributes -- nosy: +iritkatriel resolution: -> not a bug status: open -> pending type: crash -> behavior

[issue45868] xattr support missing in os module under cygwin

2021-11-22 Thread Oskar Enoksson
New submission from Oskar Enoksson : With the latest Python 3.8.10 under cygwin the following fails: >>> import os >>> os.listxattr('.') Traceback (most recent call last): File "", line 1, in < module> AttributeError: module 'os' has no attribute 'listxattr' /usr/include/attr/xattr.h