[Python-bugs-list] [ python-Bugs-514433 ] bsddb: enable dbopen (file==NULL)

noreply@sourceforge.net noreply@sourceforge.net
Thu, 18 Apr 2002 00:40:39 -0700


Bugs item #514433, was opened at 2002-02-08 06:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=514433&group_id=5470

Category: Extension Modules
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Sam Rushing (rushing)
>Assigned to: Anthony Baxter (anthonybaxter)
Summary: bsddb: enable dbopen (file==NULL)

Initial Comment:
dbopen(): if the file argument is NULL, the library 
will use a temporary file.  this is useful if you want 
that, or if you want to specify a large cache so that 
it never actually touches the disk. [i.e., in-memory 
hash/bt]
I've done this by replacing the "s" with a "z" in the 
arg specs for the three open functions.  Seems to work.

-Sam


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

>Comment By: Anthony Baxter (anthonybaxter)
Date: 2002-04-18 17:40

Message:
Logged In: YES 
user_id=29957

see patch #545523

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-02-09 08:49

Message:
Logged In: YES 
user_id=6380

Can you submit a patch to the patch manager?


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

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