Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

binary.c

Blame
    • Damien George's avatar
      6cfa61a4
      py/binary: Handle storing big-ints to all arrays types. · 6cfa61a4
      Damien George authored
      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.
      6cfa61a4
      History
      py/binary: Handle storing big-ints to all arrays types.
      Damien George authored
      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.