]> granicus.if.org Git - python/commit
Fixes bug #1117761
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 12 Apr 2006 20:35:02 +0000 (20:35 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 12 Apr 2006 20:35:02 +0000 (20:35 +0000)
commit64029986bc8b7c7eac7bc6f6265d3d3163d8bb06
treeaa2f3f35626b07b603a067ee5cd46e13b623a2f9
parent14c6b4626f4e06a28a043bc41737389cd3951181
Fixes bug #1117761

bsddb.*open() methods cachesize parameter wouldn't work (raised an
internal bsddb.db exception when it was given).  The set_cachesize
call needed to be moved from the DB object to the DBEnv since the env
was introduced to allow for threading.

(will backport to 2.4)
Lib/bsddb/__init__.py
Lib/test/test_bsddb.py