]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* closes SF bug/patch 967763
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 19 Dec 2004 23:59:51 +0000 (23:59 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 19 Dec 2004 23:59:51 +0000 (23:59 +0000)
commit05a24d7fec9fbfcb77be50e377d0de0a8a56a32b
treeeeb00f38635159c7d31094c39c83bcf38f90b01c
parent923fae44e01c3e7ac50cf815d647aa7f4b9ec9ec
* closes SF bug/patch 967763
  - fixes various memory leaks found by valgrind and a follup closer
    code inspection of the bsddb module.  (merges r1.32 of _bsddb.c
    and an associated test case)
  - also merges the one line r1.37 _bsddb.c fix that fixes a leak on
    the rare DBEnv creation failed error path.
Lib/bsddb/test/test_recno.py
Modules/_bsddb.c