py: Implement globals() and locals() builtins.
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 2271941..c2fdffe 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -97,6 +97,7 @@
 Q(filter)
 Q(float)
 Q(getattr)
+Q(globals)
 Q(hash)
 Q(id)
 Q(io)
@@ -106,6 +107,7 @@
 Q(iter)
 Q(len)
 Q(list)
+Q(locals)
 Q(map)
 Q(max)
 Q(min)