1. 11 Nis, 2003 5 kayıt (commit)
  2. 10 Nis, 2003 6 kayıt (commit)
  3. 09 Nis, 2003 28 kayıt (commit)
  4. 08 Nis, 2003 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Make staticmethods and classmethods participate in GC. · 400d8ee6
      Jeremy Hylton yazdı
      If a class was defined inside a function, used a static or class
      method, and used super() inside the method body, it would be caught in
      an uncollectable cycle.  (Simplified version: The static/class method
      object would point to a function object with a closure that referred
      to the class.)
      
      Bugfix candidate.
      400d8ee6