]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
instance_getattr2(): rewritten to remove unnecessary stuff and
authorGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 13:43:27 +0000 (13:43 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 13:43:27 +0000 (13:43 +0000)
commitf23c41d56a6ae0565619258895a321998328326e
treed04df026d2439ee465b68a3022a8afd4275acd7c
parent93018760bc597f65e8a94c30546eafafd095f170
instance_getattr2(): rewritten to remove unnecessary stuff and
streamlined a bit.

instancemethod_descr_get(): don't bind an unbound method of a class
that's not a base class of the argument class.
Objects/classobject.c