mirror of
https://github.com/pocketpy/pocketpy
synced 2026-08-07 06:37:10 +08:00
Update vm.c
This commit is contained in:
parent
7435251873
commit
7baf64e67c
@ -195,7 +195,7 @@ void VM__ctor(VM* self) {
|
||||
INJECT_BUILTIN_EXC(SyntaxError, tp_Exception);
|
||||
INJECT_BUILTIN_EXC(RecursionError, tp_Exception);
|
||||
INJECT_BUILTIN_EXC(OSError, tp_Exception);
|
||||
INJECT_BUILTIN_EXC(PermissionError, tp_OSError);
|
||||
INJECT_BUILTIN_EXC(PermissionError, tp_Exception);
|
||||
INJECT_BUILTIN_EXC(NotImplementedError, tp_Exception);
|
||||
INJECT_BUILTIN_EXC(TypeError, tp_Exception);
|
||||
INJECT_BUILTIN_EXC(IndexError, tp_Exception);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user