py: Enable builtin 'property' by default.

pull/506/merge
Damien George 2014-04-17 17:02:30 +01:00
rodzic 66ae8c9f49
commit c9f6f6b8dd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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