diff options
author | Abilio Marques <abiliojr@gmail.com> | 2021-05-16 05:30:25 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-06-08 13:06:17 +1000 |
commit | 525a920ca5f284b7eb5875550ae0febcd1714a06 (patch) | |
tree | af83545295d12b4a765168dcf6882e38090d655f /docs/esp8266/tutorial/intro.rst | |
parent | 20a8f4f7ec2f691e2381a150ac6e246df9c58077 (diff) |
unix/modffi: Fix conversion between Python integers and ffi types.
This commit fixes the following problems converting to/from Python integers
and ffi types:
- integers of 8 and 16 bits not working on big endian
- integers of 64 bits not working on 32 bits architectures
- unsigned returns were converted to signed Python integers
Fixes issue #7269.
Diffstat (limited to 'docs/esp8266/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions