]> granicus.if.org Git - python/commit
bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 00:31:01 +0000 (00:31 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 00:31:01 +0000 (00:31 +0000)
commit3dd20022ac3da63c4fe867a773d623e4fa1fce04
tree5487ab20d2e69684d9ebbde01de91cdd78f09c7a
parent1985ff76ca757d0b6baf80725c405ffc91cc551a
bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present
in BerkeleyDB >= 4.2 it tried to construct a list out of an uninitialized
char **log_list.

feature: export the DB_ARCH_REMOVE flag by name in the module on BerkeleyDB >= 4.2.
Lib/bsddb/test/test_basics.py
Modules/_bsddb.c