[Zodb-checkins] CVS: Zope/lib/python/BTrees - BucketTemplate.c:1.52

Tim Peters tim.one@comcast.net
Fri, 11 Apr 2003 15:38:19 -0400


Update of /cvs-repository/Zope/lib/python/BTrees
In directory cvs.zope.org:/tmp/cvs-serv16548/lib/python/BTrees

Modified Files:
	BucketTemplate.c 
Log Message:
Finished backporting bugfixes for _bucket_set().


=== Zope/lib/python/BTrees/BucketTemplate.c 1.51 => 1.52 ===
--- Zope/lib/python/BTrees/BucketTemplate.c:1.51	Fri Apr 11 15:17:07 2003
+++ Zope/lib/python/BTrees/BucketTemplate.c	Fri Apr 11 15:38:18 2003
@@ -331,8 +331,6 @@
             }
 
             /* The key exists at index i, and we need to replace the value. */
-            COPY_VALUE_FROM_ARG(value, v, copied);
-            UNLESS(copied) goto Done;
 #ifdef VALUE_SAME
             /* short-circuit if no change */
             if (VALUE_SAME(self->values[i], value)) {