diff options
author | Damien George <damien.p.george@gmail.com> | 2017-05-09 10:41:00 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-05-09 10:41:00 +1000 |
commit | 6cfa61a4cc60a877836537092d763bce3444588a (patch) | |
tree | 8773265bc4bfd77d6592940e50cf9d98b6276b73 /tests/basics/memoryview2.py | |
parent | 4a4490ffcc906fe88e157dc926be54030c6fbf72 (diff) | |
download | micropython-6cfa61a4cc60a877836537092d763bce3444588a.tar.gz micropython-6cfa61a4cc60a877836537092d763bce3444588a.zip |
py/binary: Handle storing big-ints to all arrays types.
Prior to this patch only 'q' and 'Q' type arrays could store big-int
values. With this patch any big int that is stored to an array is handled
by the big-int implementation, regardless of the typecode of the array.
This allows arrays to work with all type sizes on all architectures.
Diffstat (limited to 'tests/basics/memoryview2.py')
0 files changed, 0 insertions, 0 deletions