This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
11,152
Commits
21
Branches
274
Tags
785
MiB
b86075ef1f
Commit Graph
2 Commits
Author
SHA1
Message
Date
Damien George
9162a87d4d
tests/basics: Use bytes not bytearray when checking user buffer proto.
...
Using bytes will test the same path for the buffer protocol in py/objtype.c.
2019-10-29 22:22:37 +11:00
Damien George
48244044a2
py: Allow subclass of native object to delegate to the native buffer_p.
...
Addresses issue
#1109
.
2015-02-09 15:08:00 +00:00