Files
micropython/tests/extmod
Jeff Epler 64f0394d80 extmod/vfs_blockdev: Use memoryview when available.
This prevents Python code from accidentally performing an
operation that resizes the buffer.

However, in the case that the build excludes memoryview, the crash
is still possible.

Closes: #17848

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2026-05-09 00:39:23 +10:00
..