]> granicus.if.org Git - python/commit
Backout the original 'fix' to 1721309 which had no effect.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 20 May 2007 02:14:48 +0000 (02:14 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 20 May 2007 02:14:48 +0000 (02:14 +0000)
commitdf73802131b481e6fcf8bc22a3f853be2276eb6d
tree37a1682f1281a2ea2fb73a2b95a2293c411cc5ad
parent73bf1018d654553bf659dfa6f4608875f89ca2c0
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.
Modules/_bsddb.c