slackbuilds/python/python-faulthandler
Nick Smallbone 298051ad05
python/python-faulthandler: Updated for version 3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-03-14 06:28:33 +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.2. 2020-03-14 06:28:33 +07:00
python-faulthandler.info python/python-faulthandler: Updated for version 3.2. 2020-03-14 06:28:33 +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.