From be2879ce897496ff7198495598a688435ccb0675 Mon Sep 17 00:00:00 2001 From: danicampora Date: Wed, 21 Oct 2015 11:35:24 +0200 Subject: [PATCH] cc3200: Enable "all special methods" configuration option. --- cc3200/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index 89e63dbee4..8584eaa034 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -68,6 +68,7 @@ #define MICROPY_MODULE_WEAK_LINKS (1) #define MICROPY_CAN_OVERRIDE_BUILTINS (1) #define MICROPY_PY_BUILTINS_TIMEOUTERROR (1) +#define MICROPY_PY_ALL_SPECIAL_METHODS (1) #ifndef DEBUG #define MICROPY_PY_BUILTINS_STR_UNICODE (1) #define MICROPY_PY_BUILTINS_STR_SPLITLINES (1)