summaryrefslogtreecommitdiff
path: root/Objects/tupleobject.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-01-07 21:24:18 +0100
committerChristian Heimes <christian@cheimes.de>2013-01-07 21:24:18 +0100
commit2a673ba111763894b66df3feb811031c5ee215ce (patch)
tree41045b3fedd77974ef50cc6eb8c319628262b125 /Objects/tupleobject.c
parent65b66c0d5be7481d0a8420851e67930ebadf20ef (diff)
downloadcpython-2a673ba111763894b66df3feb811031c5ee215ce.tar.gz
Add a comment about *not* caching the hash value. Issue #9685 suggested to memorize the hash value, but the feature request was rejected because no speed ups were found.
Diffstat (limited to 'Objects/tupleobject.c')
-rw-r--r--Objects/tupleobject.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Objects/tupleobject.c b/Objects/tupleobject.c
index ec3f91b2c6..0a95909275 100644
--- a/Objects/tupleobject.c
+++ b/Objects/tupleobject.c
@@ -322,6 +322,9 @@ error:
1082527, 1165049, 1082531, 1165057, 1247581, 1330103, 1082533,
1330111, 1412633, 1165069, 1247599, 1495177, 1577699
+
+ Tests have shown that it's not worth to cache the hash value, see
+ issue #9685.
*/
static Py_hash_t