summaryrefslogtreecommitdiff
path: root/tests/basics/subclass_native_buffer.py
AgeCommit message (Collapse)Author
2019-10-29tests/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-09py: Allow subclass of native object to delegate to the native buffer_p.Damien George
Addresses issue #1109.