]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-82814: fix shutil access error on WSL (#103790)
authorAllan Lago <35788148+alago1@users.noreply.github.com>
Tue, 25 Apr 2023 00:45:38 +0000 (18:45 -0600)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 00:45:38 +0000 (00:45 +0000)
commit3df3b91e6a0d84bcb954ec894d17f4603bdf428f
tree982bdab0c43122b869346decd4208b899c723df1
parentb51da991e2f7b47efaee2665356060edb6a6ece4
gh-82814: fix shutil access error on WSL (#103790)

gh-82814: Adds `errno.EACCES` to the list of ignored errors on
`_copyxattr`.  EPERM and EACCES are different constants but
in general should be treated the same.

News entry authored by: Gregory P. Smith <greg@krypto.org>
Lib/shutil.py
Misc/NEWS.d/next/Windows/2023-04-24-15-51-11.gh-issue-82814.GI3UkZ.rst [new file with mode: 0644]