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 r.david.murray
Recipients Deniz Bozyigit, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2018-06-22.02:00:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529632836.4.0.56676864532.issue33935@psf.upfronthosting.co.za>
In-reply-to
Content
That patch would cause references to the same file on a google drive to report that the files were different.

I'd say this is a bug in Google Drive's posix emulation.

I'm not sure there's a good answer here, because even if every other element of the stat were equal, that wouldn't mean it was the same file: if you use copystat as well as copyfile the stats would otherwise be equal.

I think we should close this as a third party bug.
History
Date User Action Args
2018-06-22 02:00:36r.david.murraysetrecipients: + r.david.murray, paul.moore, tim.golden, zach.ware, steve.dower, Deniz Bozyigit
2018-06-22 02:00:36r.david.murraysetmessageid: <1529632836.4.0.56676864532.issue33935@psf.upfronthosting.co.za>
2018-06-22 02:00:36r.david.murraylinkissue33935 messages
2018-06-22 02:00:36r.david.murraycreate