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
3babdf7c7e
circuitpython
/
tests
/
extmod
/
ubinascii_micropython.py.exp
3 lines
16 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/extmod: Improve ubinascii.c test coverage.
2016-12-28 20:55:23 -05:00
b'31:32:33'
extmod/modubinascii: Add check for empty buffer passed to hexlify. Previous to this patch hexlify(b'', b':') would lead to a bad crash due to the computed length of the result being -1=0xffffffff.
2017-07-03 00:52:00 -04:00
b''