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

modstruct.c

Blame
    • Damien George's avatar
      57a4b4f1
      py: Add typecode to buffer protocol. · 57a4b4f1
      Damien George authored
      When querying an object that supports the buffer protocol, that object
      must now return a typecode (as per binary.[ch]).  This does not have to
      be honoured by the caller, but can be useful for determining element
      size.
      57a4b4f1
      History
      py: Add typecode to buffer protocol.
      Damien George authored
      When querying an object that supports the buffer protocol, that object
      must now return a typecode (as per binary.[ch]).  This does not have to
      be honoured by the caller, but can be useful for determining element
      size.