Message278331
The following seem like a reasonable starting point to me:
TypeError: Failed to set name on 'BadIdea' instance 'attr' in 'NotGoingToWork': 'NoneType' object is not callable
TypeError: Failed to set name on 'FaultyImplementation' instance 'attr' in 'TheoreticallyCouldWork': ZeroDivisionError: division by zero
That is, the error message format would be along the lines of:
f"Failed to set name on {type(the_attr).__name__!r} instance {the_attr_name!r} in {class_being_defined.__name__!r}: {str(raised_exc)}" |
|
| Date |
User |
Action |
Args |
| 2016-10-09 03:03:54 | ncoghlan | set | recipients:
+ ncoghlan, python-dev, eric.snow, serhiy.storchaka, Martin.Teichmann, Tim.Graham, Martin Teichmann |
| 2016-10-09 03:03:54 | ncoghlan | set | messageid: <[email protected]> |
| 2016-10-09 03:03:54 | ncoghlan | link | issue28214 messages |
| 2016-10-09 03:03:53 | ncoghlan | create | |
|