[Patches] [ python-Patches-480902 ] allow dumbdbm to reuse space

noreply@sourceforge.net noreply@sourceforge.net
Sun, 17 Mar 2002 14:11:39 -0800


Patches item #480902, was opened at 2001-11-12 07:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=480902&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Skip Montanaro (montanaro)
Summary: allow dumbdbm to reuse space

Initial Comment:
This patch to dumbdbm does two things:
   * allows it to reuse holes in the .dat file
   * provides a somewhat more complete test

The first change should be considered only for 2.3. 
Barry may or may not want to check out the test case
rewrite for incorporation into 2.2.  Accordingly, I've
assigned it to him.

Skip


----------------------------------------------------------------------

Comment By: Skip Montanaro (montanaro)
Date: 2002-03-14 19:45

Message:
Logged In: YES 
user_id=44345

Unless someone else has an objection, I'm going to close
this.  Barry already incorporated the expanded test case
and the space reuse is not really that important in my
mind since dumbdbm is generally only a fallback when no
other database is available.  If someone wants to use
a database bad enough, they will probably figure out a
way to use something more powerful.

Skip


----------------------------------------------------------------------

Comment By: Barry Warsaw (bwarsaw)
Date: 2001-11-13 14:16

Message:
Logged In: YES 
user_id=12800

I've accepted the second half -- the improvement to the test
suite -- but as recommended, I'm postponing the first half
until Py 2.3.  Assigning back to Skip so he'll remember to
deal with this again later.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=480902&group_id=5470