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 vstinner
Recipients DasIch, Trundle, vstinner
Date 2011-05-01.23:09:24
SpamBayes Score 5.8444994e-07
Marked as misclassified No
Message-id <1304291364.86.0.983642798202.issue10922@psf.upfronthosting.co.za>
In-reply-to
Content
> I think this is a duplicate of issue #9756

Yes it is and the issue is now fixed. The example now fails with the correct exception:

Traceback (most recent call last):
  File " x.py", line 12, in <module>
    p.__class__.__call__(p)
TypeError: descriptor '__call__' requires a 'function' object but received a 'Proxy'
History
Date User Action Args
2011-05-01 23:09:25vstinnersetrecipients: + vstinner, Trundle, DasIch
2011-05-01 23:09:24vstinnersetmessageid: <1304291364.86.0.983642798202.issue10922@psf.upfronthosting.co.za>
2011-05-01 23:09:24vstinnerlinkissue10922 messages
2011-05-01 23:09:24vstinnercreate