[Patches] [Patch #103445] Fixed DB_RECNO support in bsddb module
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 19 Feb 2001 13:07:59 -0800
Patch #103445 has been updated.
Project: python
Category: Modules
Status: Open
Submitted by: niemeyer
Assigned to : fdrake
Summary: Fixed DB_RECNO support in bsddb module
Follow-Ups:
Date: 2001-Feb-19 13:07
By: fdrake
Comment:
I'm inclined to apply this, but am having problems with the bsddb module in
general. I would like to see some tests that work with RECNO databases.
With or without this patch, this snippet:
>>> import bsddb
>>> db = bsddb.rnopen('foo.db')
(where foo.db does not exist) is causing a core dump somewhere in the
exception handling code (Mandrake Linux 7.1, stock libraries). What
platform did you test this patch on? What versions of the libraries?
-------------------------------------------------------
Date: 2001-Jan-27 23:11
By: fdrake
Comment:
Re-assigned to me; Skip only worked on the build process for this, not the
module code.
-------------------------------------------------------
Date: 2001-Jan-26 22:06
By: fdrake
Comment:
I think this is fine from a quick eyeballing of the code, but would add the
di_type declaration before the WITH_THREAD conditional section so that the
optional part is at the end.
Assigned to Skip since he's dealt a lot with this module recently.
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/patch/?func=detailpatch&patch_id=103445&group_id=5470