]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758)
authorEddie Elizondo <eduardo.elizondorueda@gmail.com>
Thu, 29 Nov 2018 09:11:36 +0000 (01:11 -0800)
committerVictor Stinner <vstinner@redhat.com>
Thu, 29 Nov 2018 09:11:36 +0000 (10:11 +0100)
commit9fbcfc08e5814d7aa9287740187e461425a99f67
treebad920faab0b818605cab6231357df494cf3dee5
parent73104fa1e6a791f7d66c0091ed91f6c396ca0fb2
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758)

PyType_GetFlags() return type is unsigned long, not long.
Doc/c-api/type.rst