Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-06 | tests/micropython: Add test for int.from_bytes with many zero bytes. | Damien George | |
2017-01-21 | tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc. | Paul Sokolovsky | |
For a small number of bytes, it's expected to return a small int without allocation. |