README 276 B

12345678
  1. python-faulthandler (Display the Python traceback on a crash)
  2. Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals:
  3. display the Python traceback and restore the previous handler.
  4. Import the module and call faulthandler.enable() to enable the fault
  5. handler.