This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
70affd9ba2
micropython
/
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-29 01:55:23 +00: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 05:52:00 +01:00
b''