Should I prefer sys.exc_info() over sys.last_value and friends (sys.last_type, sys.last_traceback)?
| |||
|
feedback
|
|
Looking at the documentation of
So, if you are in an interpreter doing debugging I suggest using | |||
|
feedback
|