]> granicus.if.org Git - python/commit
Add a comment about *not* caching the hash value. Issue #9685 suggested to memorize...
authorChristian Heimes <christian@cheimes.de>
Mon, 7 Jan 2013 20:24:18 +0000 (21:24 +0100)
committerChristian Heimes <christian@cheimes.de>
Mon, 7 Jan 2013 20:24:18 +0000 (21:24 +0100)
commit34bdeb5d81d2f772d7ed4bb263341331141d5f7b
tree6a6938ce0f855e245dd9b12758d58743b768034e
parented6f37cad12073128a52aca2ae1e0ee394352865
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.
Objects/tupleobject.c