Skip to content

[3.6] bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) #10790

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

Merged
merged 1 commit into from
Nov 29, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 29, 2018

PyType_GetFlags() return type is unsigned long, not long.
(cherry picked from commit 9fbcfc0)

Co-authored-by: Eddie Elizondo eduardo.elizondorueda@gmail.com

https://bugs.python.org/issue16086

PyType_GetFlags() return type is unsigned long, not long.
(cherry picked from commit 9fbcfc0)

Co-authored-by: Eddie Elizondo <eduardo.elizondorueda@gmail.com>
@miss-islington
Copy link
Contributor Author

@eduardo-elizondo and @vstinner: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@eduardo-elizondo and @vstinner: Status check is done, and it's a success ✅ .

@vstinner vstinner merged commit 2a852a2 into python:3.6 Nov 29, 2018
@miss-islington miss-islington deleted the backport-9fbcfc0-3.6 branch November 29, 2018 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants