diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-28 03:03:47 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-07-09 19:28:24 +0300 |
| commit | 8215847b4d3bbbf859893db44f6de8a9fdea9f35 (patch) | |
| tree | 7d8bbf9f219e5ccbda0693b03f335b58d6bd0cf8 /unix/mpconfigport.h | |
| parent | 42b6419056a67a0ea8e28eaf27e51f53bc65eec2 (diff) | |
moductypes: Foreign data interface module, roughly based on ctype ideas.
But much smaller and memory-efficient. Uses Python builtin data structures
(dict, tuple, int) to describe structure layout.
Diffstat (limited to 'unix/mpconfigport.h')
| -rw-r--r-- | unix/mpconfigport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 98132ac6e..73435863b 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -50,6 +50,9 @@ #define MICROPY_PY_CMATH (1) #define MICROPY_PY_IO_FILEIO (1) #define MICROPY_PY_GC_COLLECT_RETVAL (1) + +#define MICROPY_PY_UCTYPES (1) + // Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc. // names in exception messages (may require more RAM). #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) |
