1. 15 Haz, 2002 2 kayıt (commit)
  2. 14 Haz, 2002 3 kayıt (commit)
  3. 13 Haz, 2002 10 kayıt (commit)
  4. 12 Haz, 2002 12 kayıt (commit)
  5. 11 Haz, 2002 3 kayıt (commit)
  6. 10 Haz, 2002 1 kayıt (commit)
  7. 07 Haz, 2002 1 kayıt (commit)
  8. 06 Haz, 2002 5 kayıt (commit)
  9. 05 Haz, 2002 2 kayıt (commit)
  10. 04 Haz, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      Address SF bug 519621: slots weren't traversed by GC. · 9923ffe2
      Guido van Rossum yazdı
      While I was at it, I added a tp_clear handler and changed the
      tp_dealloc handler to use the clear_slots helper for the tp_clear
      handler.
      
      Also tightened the rules for slot names: they must now be proper
      identifiers (ignoring the dirty little fact that <ctype.h> is locale
      sensitive).
      
      Also set mp->flags = READONLY for the __weakref__ pseudo-slot.
      
      Most of this is a 2.2 bugfix candidate; I'll apply it there myself.
      9923ffe2