summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-02-03 07:20:53 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-02-03 07:20:53 (GMT)
commiteeed5b7c220c5ef9ec1666d062cb8c4ab0203415 (patch)
treeedcf54e4ab3da15ba2f559445ef516002eb884cc /Misc
parent94dcf0ddbf4bb4b03ea80fe237dbc37796bb3eee (diff)
downloadcpython-eeed5b7c220c5ef9ec1666d062cb8c4ab0203415.zip
cpython-eeed5b7c220c5ef9ec1666d062cb8c4ab0203415.tar.gz
cpython-eeed5b7c220c5ef9ec1666d062cb8c4ab0203415.tar.bz2
Merge this fix from the pybsddb tree:
r293 | jcea | 2008-01-31 01:08:19 -0800 (Thu, 31 Jan 2008) | 4 lines Solved memory leak when using cursors with databases without environment.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a74446..f6c93b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1270,6 +1270,9 @@ Extension Modules
- Bug #1372: zlibmodule.c: int overflow in PyZlib_decompress
+- bsddb module: Fix memory leak when using database cursors on
+ databases without a DBEnv.
+
Tests
-----