]> granicus.if.org Git - python/commit
instancemethod_setattro(): Raise TypeError if an attempt is made to
authorBarry Warsaw <barry@python.org>
Mon, 26 Feb 2001 18:09:15 +0000 (18:09 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 26 Feb 2001 18:09:15 +0000 (18:09 +0000)
commit4f9b13bac8335d4614499673a3349b2c97401f12
tree131ca9bfc62f72f2768b1b5ed8ea9a77deb00397
parentc1e100f2154810c173bc53015e0b9eabbce56555
instancemethod_setattro(): Raise TypeError if an attempt is made to
set a function attribute on a method (either bound or unbound).  This
reverts to Python 2.0 behavior that no attributes of the method are
writable, but provides a more informative error message.
Objects/classobject.c