1. 10 Feb, 2003 1 commit
  2. 07 Feb, 2003 2 commits
  3. 06 Feb, 2003 2 commits
  4. 04 Feb, 2003 7 commits
  5. 03 Feb, 2003 1 commit
  6. 02 Feb, 2003 11 commits
  7. 01 Feb, 2003 9 commits
  8. 31 Jan, 2003 6 commits
  9. 30 Jan, 2003 1 commit
    • Barry Warsaw's avatar
      Backported from ZODB4: · cc7bf727
      Barry Warsaw authored
      Close an autopack race, where if a store was done after a sweep, but
      before the collect_objs, the stored object would stay in packmark
      until the next pack, preventing any objects it references from being
      counted in the root-reachable test.
      
      I don't have time to write a test case for this. :(
      
      pack(): After we acquire the packlock, but before we set the packing
      flag to True, we clear the packmark table.
      
      _dopack(): Use the convenience wrapper _withlock method.
      cc7bf727