Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-29619: Convert st_ino using unsigned integer (#557) #584

Merged
merged 1 commit into from
Mar 9, 2017
Merged

[3.6] bpo-29619: Convert st_ino using unsigned integer (#557) #584

merged 1 commit into from
Mar 9, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 9, 2017

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

(cherry picked from commit 0f6d733)
(Misc/NEWS conflict handled manually.)

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

(cherry picked from commit 0f6d733)
(Misc/NEWS conflict handled manually.)
@vstinner vstinner added type-bug An unexpected behavior, bug, or error cherry-pick for 3.6 labels Mar 9, 2017
@vstinner vstinner changed the title bpo-29619: Convert st_ino using unsigned integer (#557) [3.6] bpo-29619: Convert st_ino using unsigned integer (#557) Mar 9, 2017
@vstinner vstinner merged commit 68d2980 into python:3.6 Mar 9, 2017
@vstinner vstinner deleted the unsigned_st_ino_36 branch June 15, 2017 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants