diff options
author | Damien George <damien.p.george@gmail.com> | 2016-08-17 12:37:28 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-08-17 12:37:28 +1000 |
commit | f003310deeaf524a7db4428304f6cbdd2aa80e72 (patch) | |
tree | 55448ed52eb7a865a98abc00d40e467427065ce4 /qemu-arm | |
parent | ed6a1ada2470617cb4fd4a65b0947ae982cfe927 (diff) | |
download | micropython-f003310deeaf524a7db4428304f6cbdd2aa80e72.tar.gz micropython-f003310deeaf524a7db4428304f6cbdd2aa80e72.zip |
qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS.
The qemu-arm port is for testing, so should have features enabled.
Diffstat (limited to 'qemu-arm')
-rw-r--r-- | qemu-arm/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h index 33cc300a4d..57277b1569 100644 --- a/qemu-arm/mpconfigport.h +++ b/qemu-arm/mpconfigport.h @@ -16,6 +16,7 @@ #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE) #define MICROPY_CAN_OVERRIDE_BUILTINS (1) +#define MICROPY_PY_ALL_SPECIAL_METHODS (1) #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1) #define MICROPY_PY_BUILTINS_FROZENSET (1) #define MICROPY_PY_BUILTINS_MEMORYVIEW (1) |