common: replace custom xattr implementation with os module's (#24448)

* use os module's xattr function

* fix that

* handle in helper
old-commit-hash: 81dacbedcacaf9db43d19700e04e7361c0fbbbcc
This commit is contained in:
Adeeb Shihadeh
2022-05-15 17:13:50 -07:00
committed by GitHub
parent 9727e7b3c3
commit fb1c3b0d5d
7 changed files with 30 additions and 72 deletions
-1
View File
@@ -28,7 +28,6 @@ common/logging_extra.py
common/numpy_fast.py
common/params.py
common/params_pyx.pyx
common/xattr.py
common/profiler.py
common/basedir.py
common/dict_helpers.py