diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-14 01:02:35 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-14 01:02:35 +0300 |
commit | 9cf29493569d6292fc672e757b2aa96b42f1fe1d (patch) | |
tree | 2c865b5e116b55be6e13f9d1a4740f87b3bae4ee /esp8266 | |
parent | 0be4a7712d0dbba8bf01065457e99a432bdda0ad (diff) | |
download | micropython-9cf29493569d6292fc672e757b2aa96b42f1fe1d.tar.gz micropython-9cf29493569d6292fc672e757b2aa96b42f1fe1d.zip |
esp8266/mpconfigport.h: Enable support for all special methods.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 7b3558ffc2..15410f00c5 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -25,6 +25,7 @@ #define MICROPY_MODULE_WEAK_LINKS (1) #define MICROPY_CAN_OVERRIDE_BUILTINS (1) #define MICROPY_USE_INTERNAL_ERRNO (1) +#define MICROPY_PY_ALL_SPECIAL_METHODS (1) #define MICROPY_PY_BUILTINS_COMPLEX (0) #define MICROPY_PY_BUILTINS_STR_UNICODE (1) #define MICROPY_PY_BUILTINS_BYTEARRAY (1) |