[issue16630] IDLE: Calltip fails if __getattr__ raises exception

Terry J. Reedy report at bugs.python.org
Tue Jan 21 21:48:10 CET 2014


Terry J. Reedy added the comment:

I added test_attribute_exception with two subtests for each of two nasty classes. The resulting failures were fixed in CallTips.py by replacing all ob.__call__ references with one reference inside try_except that saved the method for possible later use.

----------
assignee: serhiy.storchaka -> terry.reedy
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16630>
_______________________________________


More information about the Python-bugs-list mailing list