forked from M-Labs/artiq
1
0
Fork 0

embedding_map: Update exception list to match NAC3

Signed-off-by: David Mak <csdavidmak@ust.hk>
This commit is contained in:
David Mak 2023-10-30 14:20:29 +08:00 committed by Sébastien Bourdeauducq
parent e60d5cab05
commit c0d79a0ce2
1 changed files with 17 additions and 10 deletions

View File

@ -20,6 +20,13 @@ class EmbeddingMap:
"SPIError", "SPIError",
"0:ZeroDivisionError", "0:ZeroDivisionError",
"0:IndexError", "0:IndexError",
"0:ValueError",
"0:RuntimeError",
"0:AssertionError",
"0:KeyError",
"0:NotImplementedError",
"0:OverflowError",
"0:IOError",
"0:UnwrapNoneError"]) "0:UnwrapNoneError"])
def preallocate_runtime_exception_names(self, names): def preallocate_runtime_exception_names(self, names):