This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2026-05-01 13:20:14 +02:00
Code
Issues
Actions
33
Packages
Projects
Releases
Wiki
Activity
18,245
Commits
6
Branches
74
Tags
6768325ea3f310311a94ce593d0459ec2ab01b4e
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