mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
MICROPY_PY_DELATTR_SETATTR can now be enabled without a performance hit for classes that don't use this feature. MICROPY_PY_BUILTINS_NOTIMPLEMENTED is a minor addition that improves compatibility with CPython.