]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Nov 2018 11:07:33 +0000 (03:07 -0800)
committerVictor Stinner <vstinner@redhat.com>
Thu, 29 Nov 2018 11:07:33 +0000 (12:07 +0100)
commite754159ef0af99a4124dd041ab7ceb77fcc922ad
tree7e15953f5fbe673d165b7ee8aae2247f3bb4db5b
parent2fa5b2ac4485c5c9083b4b0459dd9b691daaea28
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789)

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

Co-authored-by: Eddie Elizondo <eduardo.elizondorueda@gmail.com>
Doc/c-api/type.rst