• Guido van Rossum's avatar
    - Big changes to fix SF bug #442833 (a nasty multiple inheritance · 13d52f0b
    Guido van Rossum yazdı
      problem).  inherit_slots() is split in two parts: inherit_special()
      which inherits the flags and a few very special members from the
      dominant base; inherit_slots() which inherits only regular slots,
      and is now called for each base in the MRO in turn.  These are now
      both void functions since they don't have error returns.
    
    - Added object.__setitem__() back -- for the same reason as
      object.__new__(): a subclass of object should be able to call
      object.__new__().
    
    - add_wrappers() was moved around to be closer to where it is used (it
      was defined together with add_methods() etc., but has nothing to do
      with these).
    13d52f0b
Adı
Son kayıt (commit)
Son güncelleme
..
.cvsignore Loading commit data...
abstract.c Loading commit data...
bufferobject.c Loading commit data...
cellobject.c Loading commit data...
classobject.c Loading commit data...
cobject.c Loading commit data...
complexobject.c Loading commit data...
descrobject.c Loading commit data...
dictobject.c Loading commit data...
fileobject.c Loading commit data...
floatobject.c Loading commit data...
frameobject.c Loading commit data...
funcobject.c Loading commit data...
intobject.c Loading commit data...
iterobject.c Loading commit data...
listobject.c Loading commit data...
longobject.c Loading commit data...
methodobject.c Loading commit data...
moduleobject.c Loading commit data...
object.c Loading commit data...
obmalloc.c Loading commit data...
rangeobject.c Loading commit data...
sliceobject.c Loading commit data...
stringobject.c Loading commit data...
tupleobject.c Loading commit data...
typeobject.c Loading commit data...
unicodectype.c Loading commit data...
unicodeobject.c Loading commit data...
unicodetype_db.h Loading commit data...
xxobject.c Loading commit data...