mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
The first memmove now copies less bytes in some cases (because len_adj <= slice_len), and the memcpy is replaced with memmove to support the possibility that dest and slice regions are overlapping.
38 KiB
38 KiB