commit | e754159ef0af99a4124dd041ab7ceb77fcc922ad | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Nov 29 03:07:33 2018 -0800 |
committer | Victor Stinner <vstinner@redhat.com> | Thu Nov 29 12:07:33 2018 +0100 |
tree | 7e15953f5fbe673d165b7ee8aae2247f3bb4db5b | |
parent | 2fa5b2ac4485c5c9083b4b0459dd9b691daaea28 [diff] |
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>