summaryrefslogtreecommitdiffstats
path: root/python/python-faulthandler/README
blob: 39dbcfd55385a360a1c34587249301625d7eb605 (plain)
1
2
3
4
5
6
7
python-faulthandler (Display the Python traceback on a crash)

Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals:
display the Python traceback and restore the previous handler.

Import the module and call faulthandler.enable() to enable the fault
handler.