]> granicus.if.org Git - python/commitdiff
Updated info about test_bsddb3 failures.
authorTim Peters <tim.peters@gmail.com>
Wed, 29 Jan 2003 00:38:42 +0000 (00:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 29 Jan 2003 00:38:42 +0000 (00:38 +0000)
PCbuild/readme.txt

index 0d7dc39efa18ba5207c66f8e6246f709f7119ecb..67fe894a8a83812d288f60ca3e54fae838eb899b 100644 (file)
@@ -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