[issue3673] bsddb module leaks memory

2008-09-03 Thread Jesús Cea Avión
Jesús Cea Avión <[EMAIL PROTECTED]> added the comment: Excellent work, Neal. Committed as r66182 and r66183. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue3673] bsddb module leaks memory

2008-08-24 Thread Neal Norwitz
New submission from Neal Norwitz <[EMAIL PROTECTED]>: The attached patch against 2.6 fixes the memory leaks reported against the bsddb module. There are still (probably) reference leaks. Jesus, it would be great if you can look at this before the release. -- assignee: jcea components: