From: Tim Peters Date: Wed, 29 Jan 2003 00:38:42 +0000 (+0000) Subject: Updated info about test_bsddb3 failures. X-Git-Tag: v2.3c1~2203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad8605dfaef7aba64769276364fb90e38cbcb19e;p=python Updated info about test_bsddb3 failures. --- diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 0d7dc39efa..67fe894a8a 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -222,6 +222,10 @@ _bsddb.pyd - 0 error(s), 4 warning(s) XXX rec = c.next() XXX DBLockDeadlockError: (-30996, 'DB_LOCK_DEADLOCK: Locker killed XXX to resolve a deadlock') + XXX + XXX I'm told that DBLockDeadlockError is expected at times. It + XXX doesn't cause a test to fail when it happens (exceptions in + XXX threads are invisible to unittest). _ssl