slackbuilds/python/python-faulthandler
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
python-faulthandler.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python-faulthandler.info python/python-faulthandler: Updated for version 3.2. 2020-03-14 06:28:33 +07:00
slack-desc

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.