1. 12 Oct, 2001 1 commit
    • Tim Peters's avatar
      SF bug [#470040] ParseTuple t# vs subclasses. · c2cae21e
      Tim Peters authored
      inherit_slots():  tp_as_buffer was getting inherited as if it were a
      method pointer, rather than a pointer to a vector of method pointers.  As
      a result, inheriting from a type that implemented buffer methods was
      ineffective, leaving all the tp_as_buffer slots NULL in the subclass.
      c2cae21e
  2. 11 Oct, 2001 15 commits
  3. 10 Oct, 2001 14 commits
  4. 09 Oct, 2001 10 commits