mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
py: Enable builtin 'property' by default.
This commit is contained in:
@@ -137,7 +137,7 @@ typedef double mp_float_t;
|
||||
|
||||
// Whether to support the property object
|
||||
#ifndef MICROPY_ENABLE_PROPERTY
|
||||
#define MICROPY_ENABLE_PROPERTY (0)
|
||||
#define MICROPY_ENABLE_PROPERTY (1)
|
||||
#endif
|
||||
|
||||
// Enable features which improve CPython compatibility
|
||||
|
||||
Reference in New Issue
Block a user