[Checkins] SVN: BTrees/branches/pure_python/ Note suspicion of dead code.

Tres Seaver cvs-admin at zope.org
Wed Nov 14 21:29:37 UTC 2012


Log message for revision 128291:
  Note suspicion of dead code.

Changed:
  _U  BTrees/branches/pure_python/
  U   BTrees/branches/pure_python/BTrees/_base.py

-=-
Modified: BTrees/branches/pure_python/BTrees/_base.py
===================================================================
--- BTrees/branches/pure_python/BTrees/_base.py	2012-11-14 21:29:36 UTC (rev 128290)
+++ BTrees/branches/pure_python/BTrees/_base.py	2012-11-14 21:29:37 UTC (rev 128291)
@@ -317,6 +317,7 @@
         if len(result._keys) == 0:
             # If the output bucket is empty, conflict resolution doesn't have
             # enough info to unlink it from its containing BTree correctly.
+            assert 0, "CAN'T GET HERE"
             raise merge_error(10)
 
         result._next = b_old._next



More information about the checkins mailing list