We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6a1ad commit f003310Copy full SHA for f003310
qemu-arm/mpconfigport.h
@@ -16,6 +16,7 @@
16
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
17
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
18
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
19
+#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
20
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
21
#define MICROPY_PY_BUILTINS_FROZENSET (1)
22
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
0 commit comments