The PyInt_FromLong() conversion function will truncate 64 bit integer values on 32 bit architectures. We will now use the PyLong_* functions with the appropriate minimum size for each field. Note that this commit also switches to the unsigned versions, since the unknown integer fields have been declared unsigned anyway. Fixes #6205pull/7016/head
parent
8b69867fef
commit
5100be2b77
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue