diff options
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 |
commit | 3168a20f1f1607ef580f49e2060d6bbec07a176f (patch) | |
tree | 83db9bc1d2bef9c75b009be1cfaefa37234364db /python/python-faulthandler/slack-desc | |
parent | e43729282547f3b706650ba56c36c34f4378f216 (diff) | |
download | slackbuilds-3168a20f1f1607ef580f49e2060d6bbec07a176f.tar.gz |
python/python-faulthandler: Added (display Python traceback).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-faulthandler/slack-desc')
-rw-r--r-- | python/python-faulthandler/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-faulthandler/slack-desc b/python/python-faulthandler/slack-desc new file mode 100644 index 0000000000..50f5bfa90f --- /dev/null +++ b/python/python-faulthandler/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-faulthandler: python-faulthandler (Display the Python traceback on a crash) +python-faulthandler: +python-faulthandler: Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals: +python-faulthandler: display the Python traceback and restore the previous handler. +python-faulthandler: +python-faulthandler: Import the module and call faulthandler.enable() to enable the fault +python-faulthandler: handler. +python-faulthandler: +python-faulthandler: Homepage: https://pypi.python.org/pypi/faulthandler/ +python-faulthandler: +python-faulthandler: |