[New-bugs-announce] [issue1391] Adds the .compact() method to bsddb db.DB objects

Gregory P. Smith report at bugs.python.org
Mon Nov 5 02:49:58 CET 2007


New submission from Gregory P. Smith:

I'm attaching the patch to add this method here just as a place to track
it for now.  It compiles and it looks right, but it causes a crash
within BerkeleyDB when the test case runs using BerkeleyDB 4.6.21.  It
passes as expected when using 4.4.20 or 4.5.20.

I won't commit this until the 4.6 crash issue is resolved.

python bindings for the compact method were requested here:

http://sourceforge.net/tracker/index.php?func=detail&aid=1724985&group_id=13900&atid=363900

----------
assignee: gregory.p.smith
components: Extension Modules
files: add-bsddb-db_compact-gps01.patch.txt
keywords: patch, rfe
messages: 57116
nosy: gregory.p.smith
severity: normal
status: open
title: Adds the .compact() method to bsddb db.DB objects
versions: Python 2.6
Added file: http://bugs.python.org/file8693/add-bsddb-db_compact-gps01.patch.txt

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1391>
__________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: add-bsddb-db_compact-gps01.patch.txt
Url: http://mail.python.org/pipermail/new-bugs-announce/attachments/20071105/d5278b78/attachment.txt 


More information about the New-bugs-announce mailing list