Message 409871 - Python tracker
Message409871
| Author | iritkatriel |
|---|---|
| Recipients | alexandre.vassalotti, brett.cannon, diekhans, eric.snow, iritkatriel, kakshay, ncoghlan, serhiy.storchaka, tjb900 |
| Date | 2022-01-06.16:21:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1641486118.25.0.644914680608.issue29466@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> Attributes __context__, __cause__ and __traceback__ are not pickled. The traceback objects are even not pickleable. It's not guaranteed that the __cause__ and __context__ are picklable either. Should we try to pickle them, or should we document this and suggest traceback.TracebackException for storing or transmitting exception information? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-06 16:21:58 | iritkatriel | set | recipients: + iritkatriel, brett.cannon, ncoghlan, diekhans, alexandre.vassalotti, eric.snow, serhiy.storchaka, tjb900, kakshay |
| 2022-01-06 16:21:58 | iritkatriel | set | messageid: <1641486118.25.0.644914680608.issue29466@roundup.psfhosted.org> |
| 2022-01-06 16:21:58 | iritkatriel | link | issue29466 messages |
| 2022-01-06 16:21:58 | iritkatriel | create | |