[Python-Dev] bsddb3 test hang
Martin v. Löwis
martin@v.loewis.de
22 Jul 2003 08:21:54 +0200
"Tim Peters" <tim.one@comcast.net> writes:
> The evidence suggests there are still potentially catastrophic bugs
> in bsddb3!
So far, I have interpreted all failures in test_bsddb3 as being
related to the explicit use of transactions. Since the historic bsddb
module does not provide an interface for transactions, I have always
concluded that existing code won't be affected by these problems.
Regards,
Martin