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