commit | 506f7b559ad808de6a75a2d22b007eaee650415b | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Thu Jun 15 08:52:32 2006 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Thu Jun 15 08:52:32 2006 +0000 |
tree | 76f5adb650bb2094de657c35a5aa8df2ccf8841a | |
parent | c21e0566b29faad375c82a8972ba8f5380e8d892 [diff] |
- 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]