• Gregory P. Smith's avatar
    Fixes bug #1117761 · 64029986
    Gregory P. Smith yazdı
    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)
    64029986
Adı
Son kayıt (commit)
Son güncelleme
..
test Loading commit data...
__init__.py Loading commit data...
db.py Loading commit data...
dbobj.py Loading commit data...
dbrecio.py Loading commit data...
dbshelve.py Loading commit data...
dbtables.py Loading commit data...
dbutils.py Loading commit data...