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.

classification
Title: bsddb module leaks memory
Type: resource usage Stage:
Components: Extension Modules Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jcea Nosy List: jcea, nnorwitz
Priority: critical Keywords: patch

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:38adminsetgithub: 47923
2008-09-03 17:51:27jceasetstatus: open -> closed
keywords: patch, patch
resolution: accepted
messages: + msg72404
2008-08-25 03:42:21nnorwitzcreate