Skip to content

Commit cceff15

Browse files
dxxbdpgeorge
authored andcommitted
qemu-arm: Enable array slice assignment to get memoryview1 test to pass.
1 parent 32aba40 commit cceff15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qemu-arm/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#define MICROPY_ENABLE_SOURCE_LINE (1)
1616
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
1717
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
18+
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
1819
#define MICROPY_PY_BUILTINS_FROZENSET (1)
1920
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
2021
#define MICROPY_PY_IO (0)

0 commit comments

Comments
 (0)