-
- Downloads
extmod/modujson: Support passing bytes/bytearray to json.loads.
CPython allows this, and it can be useful to reduce the number of memory allocations. Fixes issue #5031.
Please register or sign in to comment
CPython allows this, and it can be useful to reduce the number of memory allocations. Fixes issue #5031.