Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-01 | py/objint: Allow int() to parse anything with the buffer protocol. | Damien George | |
This generalises and simplifies the code and follows CPython behaviour. See similar change for floats in a07fc5b6403b9a8bf7e7cb64f857272e5346d7e2. Signed-off-by: Damien George <damien@micropython.org> |