summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-01-29 00:38:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-01-29 00:38:42 (GMT)
commitad8605dfaef7aba64769276364fb90e38cbcb19e (patch)
tree1af2799b87cacb5789eaca42176ea4a96ef0729d
parentecd79eb7dbde19ea2adbf2a912caa5b284b477b9 (diff)
downloadcpython-ad8605dfaef7aba64769276364fb90e38cbcb19e.zip
cpython-ad8605dfaef7aba64769276364fb90e38cbcb19e.tar.gz
cpython-ad8605dfaef7aba64769276364fb90e38cbcb19e.tar.bz2
Updated info about test_bsddb3 failures.
-rw-r--r--PCbuild/readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 0d7dc39..67fe894 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