Skip to content
Snippets Groups Projects
Commit c9f6f6b8 authored by Damien George's avatar Damien George
Browse files

py: Enable builtin 'property' by default.

parent 66ae8c9f
Branches
Tags
No related merge requests found
...@@ -137,7 +137,7 @@ typedef double mp_float_t; ...@@ -137,7 +137,7 @@ typedef double mp_float_t;
// Whether to support the property object // Whether to support the property object
#ifndef MICROPY_ENABLE_PROPERTY #ifndef MICROPY_ENABLE_PROPERTY
#define MICROPY_ENABLE_PROPERTY (0) #define MICROPY_ENABLE_PROPERTY (1)
#endif #endif
// Enable features which improve CPython compatibility // Enable features which improve CPython compatibility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment