]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Objects/methodobject.c: changed drastically, the object now
authorGuido van Rossum <guido@python.org>
Sat, 7 Jan 1995 12:34:58 +0000 (12:34 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 7 Jan 1995 12:34:58 +0000 (12:34 +0000)
commitcab650db8ebad141ee495bb0e8ca1dd631eb2353
tree59afb8c1d67501beae112b081b89b600d1f86769
parent5bd3805ae9fff911d06ad5817f9e59d8978ba1ef
* Objects/methodobject.c: changed drastically, the object now
contains a pointer to the struct methodlist (which must be
static); added attributes __name__, __doc__ and __self__
Objects/methodobject.c