Fix Documentation for PyType_GetFlags#10758
Fix Documentation for PyType_GetFlags#10758vstinner merged 2 commits intopython:masterfrom eduardo-elizondo:getflags-docs
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
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