summaryrefslogtreecommitdiffstats
path: root/python/python-faulthandler/README
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2017-06-08 10:02:13 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-10 10:47:40 +0700
commit3168a20f1f1607ef580f49e2060d6bbec07a176f (patch)
tree83db9bc1d2bef9c75b009be1cfaefa37234364db /python/python-faulthandler/README
parente43729282547f3b706650ba56c36c34f4378f216 (diff)
downloadslackbuilds-3168a20f1f1607ef580f49e2060d6bbec07a176f.tar.gz
slackbuilds-3168a20f1f1607ef580f49e2060d6bbec07a176f.tar.xz
python/python-faulthandler: Added (display Python traceback).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-faulthandler/README')
-rw-r--r--python/python-faulthandler/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-faulthandler/README b/python/python-faulthandler/README
new file mode 100644
index 0000000000..39dbcfd553
--- /dev/null
+++ b/python/python-faulthandler/README
@@ -0,0 +1,7 @@
+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.