[Zodb-checkins] CVS: ZODB3/BDBStorage - BDBFullStorage.py:1.66

Barry Warsaw barry@wooz.org
Tue, 21 Jan 2003 14:26:03 -0500


Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv19012

Modified Files:
	BDBFullStorage.py 
Log Message:
_mark(): Remove an assertion that is no longer correct.


=== ZODB3/BDBStorage/BDBFullStorage.py 1.65 => 1.66 ===
--- ZODB3/BDBStorage/BDBFullStorage.py:1.65	Tue Jan 21 14:16:13 2003
+++ ZODB3/BDBStorage/BDBFullStorage.py	Tue Jan 21 14:25:59 2003
@@ -1610,7 +1610,6 @@
         # oidqueue is a BerkeleyDB Queue that holds the list of object ids to
         # look at next, and by using this we don't need to keep an in-memory
         # dictionary.
-        assert len(self._packmark) == 0
         assert len(self._oidqueue) == 0
         # Quick exit for empty storages
         if not self._serials: