-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Fix Documentation for PyType_GetFlags #10758
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please document that it was changed in 3.4 by adding the corresponding versionchanged
directive.
For reference: bpo-16086. |
@serhiy-storchaka I didn't know how much explanation you wanted in the "The return type is now |
Thanks @eduardo-elizondo for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
GH-10789 is a backport of this pull request to the 3.7 branch. |
PyType_GetFlags() return type is unsigned long, not long. (cherry picked from commit 9fbcfc0) Co-authored-by: Eddie Elizondo <eduardo.elizondorueda@gmail.com>
GH-10790 is a backport of this pull request to the 3.6 branch. |
PyType_GetFlags() return type is unsigned long, not long. (cherry picked from commit 9fbcfc0) Co-authored-by: Eddie Elizondo <eduardo.elizondorueda@gmail.com>
Thanks @eduardo-elizondo, I merged your change in master, and backported it to 3.6 and 3.7. |
Trivial change, no need for bug report or NEWS