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 ronaldoussoren
Recipients amaury.forgeotdarc, ronaldoussoren
Date 2015-07-25.14:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437833737.01.0.114647968512.issue18181@psf.upfronthosting.co.za>
In-reply-to
Content
Note: the error handling code for exceptions in __getdescriptor__ definitely isn't good enough yet. 

I'm writing tests and am hunting down the problems those tests find. I'm getting closer and will post a new version when I think I've found all bugs. Probably some time tomorrow.

For now be warned that unexpected exceptions in __getdescriptor__ might crash the interpreter, especially when it is used to look for dunder methods.
History
Date User Action Args
2015-07-25 14:15:37ronaldoussorensetrecipients: + ronaldoussoren, amaury.forgeotdarc
2015-07-25 14:15:37ronaldoussorensetmessageid: <1437833737.01.0.114647968512.issue18181@psf.upfronthosting.co.za>
2015-07-25 14:15:36ronaldoussorenlinkissue18181 messages
2015-07-25 14:15:36ronaldoussorencreate