Message410225
| Author | eric.snow |
|---|---|
| Recipients | Dennis Sweeney, eric.snow, iritkatriel |
| Date | 2022-01-10.16:10:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1641831018.96.0.24675532921.issue46328@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
FWIW, here's an alternative we should *not* pursue: return just the exception from sys.exc_info(). For compatibility, we would implement `__iter__` and `__getitem__` on BaseException, to duplicate the behavior of the current tuple. There are a number of good reasons why this is *not* what we should do. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-10 16:10:18 | eric.snow | set | recipients: + eric.snow, Dennis Sweeney, iritkatriel |
| 2022-01-10 16:10:18 | eric.snow | set | messageid: <1641831018.96.0.24675532921.issue46328@roundup.psfhosted.org> |
| 2022-01-10 16:10:18 | eric.snow | link | issue46328 messages |
| 2022-01-10 16:10:18 | eric.snow | create | |