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 hynek
Recipients hynek, tarek, tshepang
Date 2012-05-22.21:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337720683.2.0.0055428828569.issue14885@psf.upfronthosting.co.za>
In-reply-to
Content
I think the problem is that the xattr decorator checks only the file system with TESTFN for xattrs and the shutil functions use real temp files that live e.g. under /tmp.

Please try whether this patch helps.
History
Date User Action Args
2012-05-22 21:04:43hyneksetrecipients: + hynek, tarek, tshepang
2012-05-22 21:04:43hyneksetmessageid: <1337720683.2.0.0055428828569.issue14885@psf.upfronthosting.co.za>
2012-05-22 21:04:42hyneklinkissue14885 messages
2012-05-22 21:04:42hynekcreate