summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorstijn <stinos@zoho.com>2014-11-12 14:57:34 +0100
committerDamien George <damien.p.george@gmail.com>2014-11-15 18:24:22 +0000
commite00eeaf4cd4f937939d6713716255116cb06b7b9 (patch)
treeb10ead4a9b2dbda4f7139f8c51cc9988cf45a20c /py/qstrdefs.h
parentd8474d3617c621abf78b06419808d455b6b1ae27 (diff)
py: Use __hash__ method if a type defines it
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index ecb1b9623..1506d0a26 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -39,6 +39,7 @@ Q(__locals__)
Q(__main__)
Q(__module__)
Q(__name__)
+Q(__hash__)
Q(__next__)
Q(__qualname__)
Q(__path__)