Release of faulthandler 1.4

2011-02-15 Thread Victor Stinner
faulthandler is a module to display the Python backtrace on a fatal error (eg. segfault), after a delay (eg. 60 minutes) or when a user signal is send (eg. SIGUSR1). Changes of the version 1.4: * Add register() and unregister() functions * Add optional all_threads argument to enable() * Limit

Release of faulthandler 1.4

2011-02-14 Thread Victor Stinner
faulthandler is a module to display the Python backtrace on a fatal error (eg. segfault), after a delay (eg. 60 minutes) or when a user signal is send (eg. SIGUSR1). Changes of the version 1.4: * Add register() and unregister() functions * Add optional all_threads argument to enable() * Limit