[issue40095] Incorrect st_ino returned for ReFS on Windows 10

2020-03-28 Thread Martynas Brijunas
Martynas Brijunas added the comment: Hi Steve, Eryk, thank you very much for looking into this. I was looking into "st_ino" as a potential substitute of a full path of a file when it comes to uniquely identifying that file in a database. > ReFS uses a 128-bit file ID, which I ga

[issue40095] Incorrect st_ino returned for ReFS on Windows 10

2020-03-28 Thread Martynas Brijunas
New submission from Martynas Brijunas : On a Windows 10 volume formatted with ReFS, pathlib.Path.stat() returns an incorrect value for "st_ino". The correct value returned by the OS: C:\Users>fsutil file queryfileid u:\test\test.jpg File ID is 0x29d504ae

[issue23413] Incorrect division result

2015-02-08 Thread Martynas Brijunas
New submission from Martynas Brijunas: Dear Python team, when dividing 3 by 7, I expect to get the following result: 0.428571428571428571428571428571428571428571428571428571428571... What I am getting in the Python interpreter is this: 3 / 7 0.42857142857142855 Which in my opinion