mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
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.
12 KiB
12 KiB