Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 lat temu
..
README 3168a20f1f python/python-faulthandler: Added (display Python traceback). 7 lat temu
python-faulthandler.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 lat temu
python-faulthandler.info 298051ad05 python/python-faulthandler: Updated for version 3.2. 4 lat temu
slack-desc 3168a20f1f python/python-faulthandler: Added (display Python traceback). 7 lat temu

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.