slackbuilds_ponce/python/python-faulthandler/README
Edinaldo P. Silva 3168a20f1f python/python-faulthandler: Added (display Python traceback).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-06-10 10:47:40 +07:00

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.