]> granicus.if.org Git - python/commit
bpo-29619: Convert st_ino using unsigned integer (#557)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Mar 2017 16:34:28 +0000 (17:34 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2017 16:34:28 +0000 (17:34 +0100)
commit0f6d73343d342c106cda2219ebb8a6f0c4bd9b3c
tree1d79b8e053f15f5f55a9941a057ba23d42be0c0d
parentfeccdb2a249a71be330765be77dee57121866779
bpo-29619: Convert st_ino using unsigned integer (#557)

bpo-29619: os.stat() and os.DirEntry.inodeo() now convert inode
(st_ino) using unsigned integers.
Include/fileutils.h
Misc/NEWS
Modules/posixmodule.c
Python/fileutils.c