Merge remote-tracking branch 'upstream/master' into omega-dev

This commit is contained in:
Quentin Guidée
2020-01-07 16:35:38 +01:00
20 changed files with 64 additions and 24 deletions

View File

@@ -218,6 +218,7 @@ Q(StopIteration)
Q(SyntaxError)
Q(SystemExit)
Q(TypeError)
Q(UnicodeError)
Q(ValueError)
Q(ZeroDivisionError)
Q(_0x0a_)

View File

@@ -50,6 +50,9 @@
// Whether to support property object
#define MICROPY_PY_BUILTINS_PROPERTY (0)
// Whether to support unicode strings
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
// Whether to set __file__ for imported modules
#define MICROPY_PY___FILE__ (0)