Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c9f6f6b8
Commit
c9f6f6b8
authored
Apr 17, 2014
by
Damien George
Browse files
py: Enable builtin 'property' by default.
parent
66ae8c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/mpconfig.h
View file @
c9f6f6b8
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment