While trying to use modffi, I found the following issues:
- integers of 8 and 16 bits don't work on big endian
- integers of 64 bits don't work on 32 bits architectures
- unsigned returns were converted to signed python integers
A proposed fix for all these issues was submitted as PR #7268
Please see this zip for the code used for testing while preparing the PR.
While trying to use modffi, I found the following issues:
A proposed fix for all these issues was submitted as PR #7268
Please see this zip for the code used for testing while preparing the PR.