Skip to content

Commit a09757f

Browse files
stinosdpgeorge
authored andcommitted
windows: Enable some recently added features in mpconfigport.h
1 parent 304a96d commit a09757f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

windows/mpconfigport.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,26 @@
5050
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
5151
#define MICROPY_STREAMS_NON_BLOCK (1)
5252
#define MICROPY_OPT_COMPUTED_GOTO (0)
53+
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (1)
5354
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
55+
#define MICROPY_PY_FUNCTION_ATTRS (1)
5456
#define MICROPY_PY_DESCRIPTORS (1)
5557
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
58+
#define MICROPY_PY_BUILTINS_STR_SPLITLINES (1)
5659
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
5760
#define MICROPY_PY_BUILTINS_FROZENSET (1)
5861
#define MICROPY_PY_BUILTINS_COMPILE (1)
62+
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
5963
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
64+
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
65+
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
6066
#define MICROPY_PY_SYS_EXIT (1)
6167
#define MICROPY_PY_SYS_PLATFORM "win32"
6268
#define MICROPY_PY_SYS_MAXSIZE (1)
6369
#define MICROPY_PY_SYS_STDFILES (1)
70+
#define MICROPY_PY_SYS_EXC_INFO (1)
71+
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
72+
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)
6473
#define MICROPY_PY_CMATH (1)
6574
#define MICROPY_PY_IO_FILEIO (1)
6675
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
@@ -72,6 +81,7 @@
7281
#define MICROPY_PY_UHEAPQ (1)
7382
#define MICROPY_PY_UHASHLIB (1)
7483
#define MICROPY_PY_UBINASCII (1)
84+
#define MICROPY_PY_MACHINE (1)
7585

7686
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
7787
#ifdef _MSC_VER

0 commit comments

Comments
 (0)