slackbuilds_ponce/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
..
python-faulthandler.info
python-faulthandler.SlackBuild
README
slack-desc

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.