summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/subclass_native_buffer.py
Commit message (Collapse)AuthorAge
* tests/basics: Use bytes not bytearray when checking user buffer proto.Damien George2019-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 George2015-02-09
Addresses issue #1109.