slackbuilds/python/python-faulthandler
Edinaldo P. Silva 5fb5f46413 python/python-faulthandler: Updated for version 3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-04-27 01:24:46 +07:00
..
README python/python-faulthandler: Added (display Python traceback). 2017-06-10 10:47:40 +07:00
python-faulthandler.SlackBuild python/python-faulthandler: Updated for version 3.1. 2018-04-27 01:24:46 +07:00
python-faulthandler.info python/python-faulthandler: Updated for version 3.1. 2018-04-27 01:24:46 +07:00
slack-desc python/python-faulthandler: Added (display Python traceback). 2017-06-10 10:47:40 +07:00

README

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.