Skip to content
Snippets Groups Projects
Commit 6cfa61a4 authored by Damien George's avatar Damien George
Browse files

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.
parent 4a4490ff
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment