py: Add some qstrs to the global table.
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index b90c502..3d4f4e2 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -17,6 +17,7 @@
 Q(__bool__)
 Q(__len__)
 Q(__getitem__)
+Q(__setitem__)
 Q(__add__)
 Q(__sub__)
 
@@ -96,6 +97,8 @@
 Q(join)
 Q(strip)
 Q(format)
+Q(key)
+Q(reverse)
 
 Q(<module>)
 Q(<lambda>)