Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96b6285

Browse files
committed
Merge pull request micropython#604 from stinos/windows-enablefeat
windows: Enable frozen set and sys.exit
2 parents ee7a880 + b9d8091 commit 96b6285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

windows/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
#define MICROPY_ENABLE_LEXER_UNIX (1)
4242
#define MICROPY_ENABLE_MOD_CMATH (1)
4343
#define MICROPY_MOD_SYS_STDFILES (1)
44+
#define MICROPY_MOD_SYS_EXIT (1)
45+
#define MICROPY_ENABLE_FROZENSET (1)
4446
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
4547
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
4648
#define MICROPY_PORT_INIT_FUNC init()

0 commit comments

Comments
 (0)