Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-29 | tests/basics: Use bytes not bytearray when checking user buffer proto. | Damien George | |
Using bytes will test the same path for the buffer protocol in py/objtype.c. | |||
2015-02-09 | py: Allow subclass of native object to delegate to the native buffer_p. | Damien George | |
Addresses issue #1109. |