diff options
author | zcxsythenew <30565051+zcxsythenew@users.noreply.github.com> | 2023-10-26 16:37:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 16:37:52 (GMT) |
commit | b468538d356552f0242763fe44a17b1939e8bd55 (patch) | |
tree | 7e3492c0a67784a2c6fe22194ee51087ccd215de /Misc | |
parent | a0c414c35d0dc0d44a885fda448652e23de2482c (diff) | |
download | cpython-b468538d356552f0242763fe44a17b1939e8bd55.zip cpython-b468538d356552f0242763fe44a17b1939e8bd55.tar.gz cpython-b468538d356552f0242763fe44a17b1939e8bd55.tar.bz2 |
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2023-10-25-05-01-28.gh-issue-111293.FSsLT6.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2023-10-25-05-01-28.gh-issue-111293.FSsLT6.rst b/Misc/NEWS.d/next/Windows/2023-10-25-05-01-28.gh-issue-111293.FSsLT6.rst new file mode 100644 index 0000000..4c6b255 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2023-10-25-05-01-28.gh-issue-111293.FSsLT6.rst @@ -0,0 +1 @@ +Fix :data:`os.DirEntry.inode` dropping higher 64 bits of a file id on some filesystems on Windows. |