Ulrich Petri <[email protected]> added the comment:
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.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue33809>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com