1. 06 Feb, 2004 2 commits
  2. 05 Feb, 2004 1 commit
  3. 04 Feb, 2004 1 commit
    • Fred Drake's avatar
      Allocating a new weakref object can cause existing weakref objects for · bc875f5a
      Fred Drake authored
      the same object to be collected by the cyclic GC support if they are
      only referenced by a cycle.  If the weakref being collected was one of
      the weakrefs without callbacks, some local variables for the
      constructor became invalid and have to be re-computed.
      
      The test caused a segfault under a debug build without the fix applied.
      bc875f5a
  4. 03 Feb, 2004 4 commits
  5. 02 Feb, 2004 3 commits
  6. 01 Feb, 2004 1 commit
  7. 31 Jan, 2004 1 commit
  8. 29 Jan, 2004 5 commits
  9. 28 Jan, 2004 1 commit
  10. 27 Jan, 2004 6 commits
  11. 26 Jan, 2004 6 commits
  12. 25 Jan, 2004 1 commit
  13. 23 Jan, 2004 5 commits
  14. 21 Jan, 2004 3 commits