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 steve.dower
Recipients mbrijun@gmail.com, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-03-28.12:14:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585397687.32.0.755940175621.issue40095@roundup.psfhosted.org>
In-reply-to
Content
There's no guarantee that st_ino will be the same as any other queryable value. Only that it will (hopefully) be unique on that disk.

stat() on Windows is just an approximation of stat() from POSIX - it's not a reliable way of reading Windows-specific filesystems.

If you can generate a collision, it may be worth investing in a solution. Otherwise, if you have a specific need to get the same file ID as fsutil, you should probably go to the native API yourself.
History
Date User Action Args
2020-03-28 12:14:47steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, mbrijun@gmail.com
2020-03-28 12:14:47steve.dowersetmessageid: <1585397687.32.0.755940175621.issue40095@roundup.psfhosted.org>
2020-03-28 12:14:47steve.dowerlinkissue40095 messages
2020-03-28 12:14:47steve.dowercreate