SIGN IN SIGN UP

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.
B
Barry Warsaw committed
4f9b13bac8335d4614499673a3349b2c97401f12
Parent: c1e100f