diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mpconfigport_fast.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/mpconfigport_fast.h b/unix/mpconfigport_fast.h index 98ec3dfa28..2dd55e42a5 100644 --- a/unix/mpconfigport_fast.h +++ b/unix/mpconfigport_fast.h @@ -30,3 +30,6 @@ #include <mpconfigport.h> #define MICROPY_PY___FILE__ (0) +// 91 is a magic number proposed by @dpgeorge, which make pystone run ~ at tie +// with CPython 3.4. +#define MICROPY_MODULE_DICT_SIZE (91) |