Message410224
| Author | eric.snow |
|---|---|
| Recipients | Dennis Sweeney, eric.snow, iritkatriel |
| Date | 2022-01-10.16:10:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1641831004.03.0.0632962661376.issue46328@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
So sys.exception() will be equivalent to sys.exc_info()[1] (or rather, sys.exc_info() will be (type(sys.exception()), sys.exception(), sys.exception().__traceback__))? That seems good to me. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-10 16:10:04 | eric.snow | set | recipients: + eric.snow, Dennis Sweeney, iritkatriel |
| 2022-01-10 16:10:04 | eric.snow | set | messageid: <1641831004.03.0.0632962661376.issue46328@roundup.psfhosted.org> |
| 2022-01-10 16:10:04 | eric.snow | link | issue46328 messages |
| 2022-01-10 16:10:03 | eric.snow | create | |