mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Merge remote-tracking branch 'upstream/master' into omega-dev
This commit is contained in:
@@ -218,6 +218,7 @@ Q(StopIteration)
|
||||
Q(SyntaxError)
|
||||
Q(SystemExit)
|
||||
Q(TypeError)
|
||||
Q(UnicodeError)
|
||||
Q(ValueError)
|
||||
Q(ZeroDivisionError)
|
||||
Q(_0x0a_)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user