Skip to content

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

Merged
vstinner merged 1 commit intopython:3.6from
miss-islington:backport-9fbcfc0-3.6
Nov 29, 2018
Merged

[3.6] bpo-16086: Fix PyType_GetFlags() documentation (GH-10758)#10790
vstinner merged 1 commit intopython:3.6from
miss-islington:backport-9fbcfc0-3.6

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