Skip to content

Commit d0e413c

Browse files
authored
Merge pull request micropython#11007 from dhalbert/__delattr__-__setattr__
Turn on MICROPY_PY_DELATTR_SETATTR for CIRCUITPY_FULL_BUILD
2 parents bc27743 + 1de9e9b commit d0e413c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

py/circuitpy_mpconfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ typedef long mp_off_t;
262262
#define MICROPY_PY_COLLECTIONS_DEQUE_SUBSCR (CIRCUITPY_FULL_BUILD)
263263
#endif
264264

265+
#ifndef MICROPY_PY_DELATTR_SETATTR
266+
#define MICROPY_PY_DELATTR_SETATTR (CIRCUITPY_FULL_BUILD)
267+
#endif
268+
265269
#ifndef MICROPY_PY_DOUBLE_TYPECODE
266270
#define MICROPY_PY_DOUBLE_TYPECODE (CIRCUITPY_FULL_BUILD ? 1 : 0)
267271
#endif

0 commit comments

Comments
 (0)