category: Python requires: cygwin python2 sdesc: "Backport of Py3 faulthandler for Python 2" ldesc: "Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals; display the Python traceback and restore the previous handler. Allocate an alternate stack for this handler, if sigaltstack() is available, to be able to allocate memory on the stack, even on stack overflow." external-source: python-faulthandler