This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author llllllllll
Recipients Claudiu.Popa, belopolsky, christian.heimes, ethan.furman, ionelmc, jedwards, llllllllll, terry.reedy
Date 2015-04-18.00:14:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429316097.71.0.956481577121.issue23990@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see how it is a bug that you can make __call__ an arbitrary descriptor as long as it returns a valid callable. if n.__call__ is a valid callable, why should it matter that it was looked up as a descriptor or as an instancemethod?
History
Date User Action Args
2015-04-18 00:14:58llllllllllsetrecipients: + llllllllll, terry.reedy, belopolsky, christian.heimes, ionelmc, Claudiu.Popa, ethan.furman, jedwards
2015-04-18 00:14:57llllllllllsetmessageid: <1429316097.71.0.956481577121.issue23990@psf.upfronthosting.co.za>
2015-04-18 00:14:57lllllllllllinkissue23990 messages
2015-04-18 00:14:57llllllllllcreate