]> granicus.if.org Git - python/commit
Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem:
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 10 Jul 2000 13:56:35 +0000 (13:56 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 10 Jul 2000 13:56:35 +0000 (13:56 +0000)
commita48dbde93b661372bb82e088672854c258dc6609
tree95f1e0d8611e1f61a5a6a5eb4f7b8c059e40f630
parent39e0e5a180eb6c64a03806c18838d0083cc9f6f7
Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem:
  There is a silly bug in the fall-back dumbdbm.py database package in
  the Python 1.5.2 standard distro. This bug causes any changes to an
  existing item to generate a new key, even when the key already
  exists.  After many updates, the .dir file used by dumbdbm grows to
  a huge size, and can cause filesystem problems.
Lib/dumbdbm.py