Message96878
Just confirming that 2.x also correctly ignores instance attributes (as
it should, since it looks at the tp_call slot):
>>> odd = Spam()
>>> odd.__call__ = lambda: 'very odd'
>>> callable(odd)
False |
|
Date |
User |
Action |
Args |
2009-12-25 07:13:50 | ncoghlan | set | recipients:
+ ncoghlan, georg.brandl, exarkun, pitrou, benjamin.peterson, ezio.melotti, Trundle, joe.amenta, milko.krachounov |
2009-12-25 07:13:50 | ncoghlan | set | messageid: <1261725230.68.0.855712413267.issue7006@psf.upfronthosting.co.za> |
2009-12-25 07:13:49 | ncoghlan | link | issue7006 messages |
2009-12-25 07:13:48 | ncoghlan | create | |
|