Skip to content
  • Damien George's avatar
    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