summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 77277c095f..5d0dc9d274 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -115,6 +115,9 @@ Q(builtins)
Q(Ellipsis)
Q(StopIteration)
+#if MICROPY_PY_BUILTINS_NOTIMPLEMENTED
+Q(NotImplemented)
+#endif
Q(BaseException)
Q(ArithmeticError)