-
- Downloads
py: Add typecode to buffer protocol.
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.
Showing
- py/modstruct.c 1 addition, 1 deletionpy/modstruct.c
- py/obj.c 5 additions, 5 deletionspy/obj.c
- py/obj.h 10 additions, 14 deletionspy/obj.h
- py/objarray.c 2 additions, 1 deletionpy/objarray.c
- py/objfun.c 1 addition, 1 deletionpy/objfun.c
- py/objint.c 1 addition, 1 deletionpy/objint.c
- py/objstr.c 4 additions, 2 deletionspy/objstr.c
Loading
Please register or sign in to comment