]> granicus.if.org Git - python/commit
- bsddb: multithreaded DB access using the simple bsddb module interface
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 15 Jun 2006 08:52:32 +0000 (08:52 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 15 Jun 2006 08:52:32 +0000 (08:52 +0000)
commit506f7b559ad808de6a75a2d22b007eaee650415b
tree76f5adb650bb2094de657c35a5aa8df2ccf8841a
parentc21e0566b29faad375c82a8972ba8f5380e8d892
- bsddb: multithreaded DB access using the simple bsddb module interface
  now works reliably.  It has been updated to use automatic BerkeleyDB
  deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
  database calls that would previously deadlock. [SF python bug #775414]
Lib/bsddb/__init__.py
Lib/bsddb/dbutils.py
Misc/NEWS