diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2023-06-27 00:21:12 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-07-21 18:48:29 +1000 |
| commit | add1200343e59774d2b168cc2ff1ab8ae5660489 (patch) | |
| tree | 368b26c6f61cac919f5cedfed633dcc561eedaa4 /py | |
| parent | 9fb56d15627e831f315e8afcbd5115c5506b10e0 (diff) | |
all: Remove the zlib module.
This will be replaced with a new deflate module providing the same
functionality, with an optional frozen Python wrapper providing a
replacement zlib module.
binascii.crc32 is temporarily disabled.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py')
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 2bbe3849b..122d0a70f 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -1555,10 +1555,6 @@ typedef double mp_float_t; #define MICROPY_PY_UCTYPES_NATIVE_C_TYPES (1) #endif -#ifndef MICROPY_PY_ZLIB -#define MICROPY_PY_ZLIB (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_EXTRA_FEATURES) -#endif - #ifndef MICROPY_PY_JSON #define MICROPY_PY_JSON (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_EXTRA_FEATURES) #endif |
