[Zodb-checkins] CVS: Zope/lib/python/ZODB - fspack.py:1.8.8.2
Jeremy Hylton
jeremy at zope.com
Wed Sep 3 17:03:41 EDT 2003
Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv5193
Modified Files:
Tag: Zope-2_7-branch
fspack.py
Log Message:
Port overflow-avoidance-change from ZODB3-3_2-branch.
=== Zope/lib/python/ZODB/fspack.py 1.8.8.1 => 1.8.8.2 ===
--- Zope/lib/python/ZODB/fspack.py:1.8.8.1 Thu Jul 3 11:52:39 2003
+++ Zope/lib/python/ZODB/fspack.py Wed Sep 3 16:03:41 2003
@@ -757,7 +757,7 @@
If any data records are copied, also write txn header (th).
"""
copy = 0
- new_tpos = 0
+ new_tpos = 0L
tend = pos + th.tlen
pos += th.headerlen()
while pos < tend:
More information about the Zodb-checkins
mailing list