1. 18 Eyl, 1997 1 kayıt (commit)
    • Barry Warsaw's avatar
      initerrors(): Eliminate circular reference which was causing a small · b01a7fa5
      Barry Warsaw yazdı
      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 Eyl, 1997 11 kayıt (commit)
  3. 15 Eyl, 1997 3 kayıt (commit)
  4. 14 Eyl, 1997 1 kayıt (commit)
  5. 13 Eyl, 1997 1 kayıt (commit)
  6. 12 Eyl, 1997 2 kayıt (commit)
  7. 11 Eyl, 1997 3 kayıt (commit)
  8. 09 Eyl, 1997 18 kayıt (commit)