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

GitHub noreply at github.com
Thu Mar 9 12:43:40 EST 2017


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

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

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




More information about the Python-checkins mailing list