First page
Back
Continue
Last page
Overview
Graphics
Troubleshooting
Capturing exceptions
sys.exc_info() -> type, value, traceback
Frame variables
Python Cookbook
Can transfer across threads
Keep original traceback
ex.original_exception=sys.exc_info()
Notes: