Content-Length: 308170 | pFad | https://github.com/python/cpython/issues/101857
adposixmodule.c doesn't detect xattr support on Linux with non-glibc (e.g. musl) #101857Fetched URL: https://github.com/python/cpython/issues/101857
Alternative Proxies:
Bug report
posixmodule.cdetects xattr support by checking for__GLIBC__(and some other conditions) atcpython/Modules/posixmodule.c
Line 277 in 86ebd5c
On a musl system, it's easy to reproduce with:
Your environment
Linked PRs