Message385055
Functionally equivalent code would be:
print("".join(TracebackException.from_exception(ex, capture_locals=True).format()))
vs. (hypothetically)
print_exc(capture_locals=True)
Which is quite a significant difference IMO. |
|
Date |
User |
Action |
Args |
2021-01-13 21:52:36 | ulope | set | recipients:
+ ulope, r.david.murray, fhackdroid, iritkatriel |
2021-01-13 21:52:36 | ulope | set | messageid: <1610574756.14.0.97244493856.issue33809@roundup.psfhosted.org> |
2021-01-13 21:52:36 | ulope | link | issue33809 messages |
2021-01-13 21:52:36 | ulope | create | |
|