faulthandler 1.3-1 source package in Ubuntu

Changelog

faulthandler (1.3-1) unstable; urgency=low

  * Initial release. Closes: #612363
 -- Stefano Rivera <email address hidden>   Wed,  06 Apr 2011 09:57:21 +0000

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Natty
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
faulthandler_1.3.orig.tar.gz 12.3 KiB e37b2006e2f95c0711d21c722dafbec556fbd6563d60025cada9f48052e7738c
faulthandler_1.3-1.debian.tar.bz2 2.5 KiB d6d698bf8f17f98e84ad16d1059996a302202dcd1366afb20c7565791bb5f9d2
faulthandler_1.3-1.dsc 1.2 KiB 8eb31cf8a5482efdab5f9bece8e5e756ca721c36e494fe9ef7d96529f43b5cb0

View changes file

Binary packages built by this source

python-faulthandler: Display the Python backtrace on a crash

 Fault handler for SIGSEGV, SIGFPE, SIGBUS and SIGILL signals: it displays
 the Python backtrace and restores the previous handler. It allocates an
 alternate stack for this handler, if signaltstack() is available, to be
 able to allocate memory on the stack, even on stack overflow.