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 terry.reedy
Recipients python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-01-21.20:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390337290.84.0.621001426808.issue16630@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-21 20:48:10terry.reedysetrecipients: + terry.reedy, roger.serwy, python-dev, serhiy.storchaka
2014-01-21 20:48:10terry.reedysetmessageid: <1390337290.84.0.621001426808.issue16630@psf.upfronthosting.co.za>
2014-01-21 20:48:10terry.reedylinkissue16630 messages
2014-01-21 20:48:10terry.reedycreate