This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Bart Oldeman
Recipients Bart Oldeman, Gerrit.Holl, r.david.murray
Date 2017-09-06.17:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504720212.32.0.352557247681.issue24538@psf.upfronthosting.co.za>
In-reply-to
Content
The issue can be avoided by calling _copyxattr *before* instead of after os.chmod in shutil.copystat. That way the file is still writable.

The same issue happens on the Lustre parallel file system, with the lustre.lov extended attribute.
History
Date User Action Args
2017-09-06 17:50:12Bart Oldemansetrecipients: + Bart Oldeman, r.david.murray, Gerrit.Holl
2017-09-06 17:50:12Bart Oldemansetmessageid: <1504720212.32.0.352557247681.issue24538@psf.upfronthosting.co.za>
2017-09-06 17:50:12Bart Oldemanlinkissue24538 messages
2017-09-06 17:50:12Bart Oldemancreate