Commit ee1a527a authored by Jim Fulton's avatar Jim Fulton

reintify on 32-bit systems

parent 9dd3b68c
...@@ -1811,6 +1811,7 @@ class IIBTreeTest(BTreeTests): ...@@ -1811,6 +1811,7 @@ class IIBTreeTest(BTreeTests):
b = self.t b = self.t
def trial(i): def trial(i):
i = int(i)
try: try:
b[i] = 0 b[i] = 0
except (OverflowError, TypeError), v: except (OverflowError, TypeError), v:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment