]> granicus.if.org Git - python/commit
Make dynamic types work as intended. Or at least more so.
authorGuido van Rossum <guido@python.org>
Sun, 12 Aug 2001 05:17:56 +0000 (05:17 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 12 Aug 2001 05:17:56 +0000 (05:17 +0000)
commit8e24818cf4919bb7caff7b12a4d7520865c3f0ce
treee9bf1dd788627d0b3d7c9aa2e77bf396197599e9
parenta45da92484ceececf1cf32b4dfb16004945b001e
Make dynamic types work as intended.  Or at least more so.

XXX There are still some loose ends: repr(), str(), hash() and
comparisons don't inherit a default implementation from object.  This
must be resolved similarly to the way it's resolved for classic
instances.
Objects/typeobject.c