[issue1391] Adds the .compact() method to bsddb db.DB objects

2009-01-21 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I committed this patch to the imminent pybsddb 4.6.4. This will be available soon in http://www.jcea.es/programacion/pybsddb.htm, and in future Python 2.7. The function is only available if you are using Berkeley DB 4.7 or newer, since 4.6 was very buggy. ---

[issue1391] Adds the .compact() method to bsddb db.DB objects

2008-05-17 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: Jesus is the bsddb maintainer now. -- assignee: gregory.p.smith -> jcea __ Tracker <[EMAIL PROTECTED]> __ __

[issue1391] Adds the .compact() method to bsddb db.DB objects

2008-02-05 Thread Ismail Donmez
Changes by Ismail Donmez: -- nosy: +cartman __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1391] Adds the .compact() method to bsddb db.DB objects

2008-01-30 Thread Christian Heimes
Changes by Christian Heimes: -- priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1391] Adds the .compact() method to bsddb db.DB objects

2008-01-29 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I can reproduce the crash from a pure C program, so this library seems buggy. Posting a report in http://forums.oracle.com/forums/thread.jspa?threadID=611821 __ Tracker <[EMAIL PROTECTED]> _

[issue1391] Adds the .compact() method to bsddb db.DB objects

2008-01-29 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue1391] Adds the .compact() method to bsddb db.DB objects

2007-11-24 Thread Georg Brandl
Changes by Georg Brandl: -- keywords: -rfe type: -> rfe __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1391] Adds the .compact() method to bsddb db.DB objects

2007-11-04 Thread Gregory P. Smith
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.