]> granicus.if.org Git - python/commit
* Fix the singlethreaded deadlocks occurring in the simple bsddb interface.
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 2 Nov 2003 09:10:16 +0000 (09:10 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 2 Nov 2003 09:10:16 +0000 (09:10 +0000)
commitdc113a8a06668c652895f6745808b1b04cbfc103
tree2ec990ec2985c84b3711a644f280e04c41a4ab0b
parente2767171133ead86ec3aacc205d1d8365a0a2d07
* Fix the singlethreaded deadlocks occurring in the simple bsddb interface.
* Add support for multiple iterator/generator objects at once on the simple
  bsddb _DBWithCursor interface.
Lib/bsddb/__init__.py
Lib/test/test_bsddb.py
Modules/_bsddb.c