1. 30 Eyl, 2007 1 kayıt (commit)
    • Brett Cannon's avatar
      tuple.__repr__ did not consider a reference loop as it is not possible from · 0b14f243
      Brett Cannon yazdı
      Python code; but it is possible from C.  object.__str__ had the issue of not
      expecting a type to doing something within it's tp_str implementation that
      could trigger an infinite recursion, but it could in C code..  Both found
      thanks to BaseException and how it handles its repr.
      
      Closes issue #1686386.  Thanks to Thomas Herve for taking an initial stab at
      coming up with a solution.
      0b14f243
  2. 27 Eyl, 2007 5 kayıt (commit)
  3. 25 Eyl, 2007 1 kayıt (commit)
  4. 24 Eyl, 2007 5 kayıt (commit)
  5. 22 Eyl, 2007 1 kayıt (commit)
  6. 21 Eyl, 2007 1 kayıt (commit)
  7. 20 Eyl, 2007 6 kayıt (commit)
  8. 19 Eyl, 2007 7 kayıt (commit)
  9. 18 Eyl, 2007 7 kayıt (commit)
  10. 17 Eyl, 2007 6 kayıt (commit)