Issue 3673: bsddb module leaks memory (original) (raw)

Issue3673

Created on 2008-08-25 03:42 by nnorwitz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bsddb.patch nnorwitz,2008-08-25 03:42 2.6 patch to fix memory leaks
Messages (2)
msg71907 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2008-08-25 03:42
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.
msg72404 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2008-09-03 17:51
Excellent work, Neal. Committed as r66182 and r66183.
History
Date User Action Args
2022-04-11 14:56:38 admin set github: 47923
2008-09-03 17:51:27 jcea set status: open -> closedkeywords:patch, patchresolution: acceptedmessages: +
2008-08-25 03:42:21 nnorwitz create