[Python-checkins] [python/cpython] 0f6d73: bpo-29619: Convert st_ino using unsigned integer (...

GitHub noreply at github.com
Thu Mar 9 11:34:30 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 0f6d73343d342c106cda2219ebb8a6f0c4bd9b3c
      https://github.com/python/cpython/commit/0f6d73343d342c106cda2219ebb8a6f0c4bd9b3c
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M Include/fileutils.h
    M Misc/NEWS
    M Modules/posixmodule.c
    M Python/fileutils.c

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list