]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backout the original 'fix' to 1721309 which had no effect.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Jun 2007 20:32:50 +0000 (20:32 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Jun 2007 20:32:50 +0000 (20:32 +0000)
commit994ebed50cb6dbdf96e63ed9f2c0697f2094f262
tree1e2e39d350fbec33e22b1fe97e5221d7ad2cf463
parenta38c7c282e5f183602696cf1faf68f25899de19c
Backout the original 'fix' to 1721309 which had no effect.
Different versions of Berkeley DB handle this differently.
The comments and bug report should have the details.  Memory is allocated
in 4.4 (and presumably earlier), but not in 4.5.  Thus
4.5 has the free error, but not earlier versions.

Mostly update comments, plus make the free conditional.

This fix was already applied to the 2.5 branch.
Modules/_bsddb.c