Issue18165
Created on 2013-06-07 20:55 by brett.cannon, last changed 2022-04-11 14:57 by admin.
| Messages (3) | |||
|---|---|---|---|
| msg190780 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2013-06-07 20:55 | |
TypeError could grow an 'unexpected_type' attribute to store the type of the argument that was used to trigger the exception. Since types are expected to not be deleted there is no GC worry. Having an 'expected' attribute makes no sense in the face of a union of types, etc. (unless the assumption of a frozenset is made for the attribute). Plus exceptions typically do not contain info on what would have been acceptable (although in this instance it may make sense). |
|||
| msg228593 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014-10-05 17:31 | |
Just a gentle reminder guys. |
|||
| msg228701 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2014-10-06 14:52 | |
There's actually nothing to remind here since there is no one waiting on input from anyone. Plus this particular issue is covered by http://legacy.python.org/dev/peps/pep-0473/ . |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:46 | admin | set | github: 62365 |
| 2019-04-26 17:49:52 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2014-10-06 14:52:20 | brett.cannon | set | messages: + msg228701 |
| 2014-10-05 17:31:36 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages:
+ msg228593 |
| 2013-06-15 21:06:07 | ezio.melotti | set | nosy:
+ ezio.melotti |
| 2013-06-07 21:24:11 | barry | set | nosy:
+ barry |
| 2013-06-07 20:55:26 | brett.cannon | create | |
