1. 18 Sep, 1997 1 commit
    • Barry Warsaw's avatar
      initerrors(): Eliminate circular reference which was causing a small · b01a7fa5
      Barry Warsaw authored
      but annoying memory leak.  This was introduced when PyExc_Exception
      was added; the loop above populating the PyExc_StandardError exception
      tuple started at index 1 in bltin_exc, but PyExc_Exception was added
      at index 0, so PyExc_StandardError was getting inserted in itself!
      How else can a tuple include itself?!
      
      Change the loop to start at index 2.
      
      This was a *fun* one! :-)
      b01a7fa5
  2. 16 Sep, 1997 11 commits
  3. 15 Sep, 1997 3 commits
  4. 14 Sep, 1997 1 commit
  5. 13 Sep, 1997 1 commit
  6. 12 Sep, 1997 2 commits
  7. 11 Sep, 1997 3 commits
  8. 09 Sep, 1997 18 commits