Skip to content

Commit c9f6f6b

Browse files
committed
py: Enable builtin 'property' by default.
1 parent 66ae8c9 commit c9f6f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ typedef double mp_float_t;
137137

138138
// Whether to support the property object
139139
#ifndef MICROPY_ENABLE_PROPERTY
140-
#define MICROPY_ENABLE_PROPERTY (0)
140+
#define MICROPY_ENABLE_PROPERTY (1)
141141
#endif
142142

143143
// Enable features which improve CPython compatibility

0 commit comments

Comments
 (0)