This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith
Date 2007-11-05.01:49:57
SpamBayes Score 0.05891247
Marked as misclassified No
Message-id <1194227398.84.0.43254190344.issue1391@psf.upfronthosting.co.za>
In-reply-to
Content
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
Files
File name Uploaded
add-bsddb-db_compact-gps01.patch.txt gregory.p.smith, 2007-11-05.01:49:57
History
Date User Action Args
2007-11-05 01:49:59gregory.p.smithsetspambayes_score: 0.0589125 -> 0.05891247
recipients: + gregory.p.smith
2007-11-05 01:49:58gregory.p.smithsetspambayes_score: 0.0589125 -> 0.0589125
messageid: <1194227398.84.0.43254190344.issue1391@psf.upfronthosting.co.za>
2007-11-05 01:49:58gregory.p.smithlinkissue1391 messages
2007-11-05 01:49:58gregory.p.smithcreate