]> granicus.if.org Git - python/commit
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Mar 2017 17:43:39 +0000 (18:43 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2017 17:43:39 +0000 (18:43 +0100)
commit68d29809405dc766966b2b973b8597212fbc3dbd
treeb57d4ec2ee37817d3f70cd560af75ceb53c4287a
parent26d013e00f9d4adbcf3e084bbc890c799ff70407
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)

bpo-29619: os.stat() and os.DirEntry.inodeo() now convert inode
(st_ino) using unsigned integers.

(cherry picked from commit 0f6d73343d342c106cda2219ebb8a6f0c4bd9b3c)
(Misc/NEWS conflict handled manually.)
Include/fileutils.h
Modules/posixmodule.c
Python/fileutils.c