mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
3168a20f1f
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
7 lines
276 B
Text
7 lines
276 B
Text
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.
|