py: Enable builtin 'property' by default.

This commit is contained in:
Damien George 2014-04-17 17:02:30 +01:00
parent 66ae8c9f49
commit c9f6f6b8dd

View File

@ -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