]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is only
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 8 Sep 2007 23:25:43 +0000 (23:25 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 8 Sep 2007 23:25:43 +0000 (23:25 +0000)
commitb3b4dbef206e8f045a3818448cc766c1c4ce1b7d
tree6b25dff00e3f33b1ce95691f8f082ed0bd3cede1
parent89d996e5c28d820e9bc91e0c025f47c754ae784c
Cleanup test_thread.  CDB (Concurrent Database) support in BerkeleyDB is only
intended to have one writer and multiple readers so only run one.
Lib/bsddb/test/test_thread.py