Skip to content

Commit f003310

Browse files
committed
qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS.
The qemu-arm port is for testing, so should have features enabled.
1 parent ed6a1ad commit f003310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qemu-arm/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
1717
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
1818
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
19+
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
1920
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
2021
#define MICROPY_PY_BUILTINS_FROZENSET (1)
2122
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)

0 commit comments

Comments
 (0)