[Checkins] SVN: Products.Ape/trunk/lib/apelib/zodb3/storage.py added back a line that probably got lost during a previous change

Thomas Lotze tl at gocept.com
Wed Sep 12 10:30:51 EDT 2007


Log message for revision 79592:
  added back a line that probably got lost during a previous change

Changed:
  U   Products.Ape/trunk/lib/apelib/zodb3/storage.py

-=-
Modified: Products.Ape/trunk/lib/apelib/zodb3/storage.py
===================================================================
--- Products.Ape/trunk/lib/apelib/zodb3/storage.py	2007-09-12 14:07:38 UTC (rev 79591)
+++ Products.Ape/trunk/lib/apelib/zodb3/storage.py	2007-09-12 14:30:51 UTC (rev 79592)
@@ -87,6 +87,7 @@
     def hash64(self, value):
         """Returns an 8-byte hash value.
         """
+        v = hash(value)
         if v < -2L ** 32:
             # This is a hash on a 64-bit machine. Treat as unsigned
             # 64-bit integer



More information about the Checkins mailing list