- bsddb: multithreaded DB access using the simple bsddb module interface
commit0718da4d9edd2abf86e51f25ab7f6989cb2ef0bd
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 15 Jun 2006 08:52:32 +0000 (15 08:52 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 15 Jun 2006 08:52:32 +0000 (15 08:52 +0000)
treebf3900cc35557ae64aca8b1ef678900181d2c3d0
parentd53058d9ce9a92eae2a02e4f0e3d3e0eef5fc56d
- 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]

git-svn-id: http://svn.python.org/projects/python/trunk@46969 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/bsddb/__init__.py
Lib/bsddb/dbutils.py
Misc/NEWS