faulthandler 2.0-2 source package in Ubuntu

Changelog

faulthandler (2.0-2) unstable; urgency=low


  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Javi Merino ]
  * Team upload
  * Convert to dh_python2
  * Remove suggests on non-existent package python-faulthandler-dbg

 -- Javi Merino <email address hidden>  Thu, 28 Aug 2014 18:51:07 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Downloads

File Size SHA-256 Checksum
faulthandler_2.0-2.dsc 2.0 KiB e26a84da4797289daa7d5108bc09ba664eca2bbc228e002f362b4bb219f6a7c6
faulthandler_2.0.orig.tar.gz 18.5 KiB 8aff7c036266e884bddb5a847572d8d1a542ae1b38039b00ac2421663d135be1
faulthandler_2.0-2.debian.tar.bz2 2.9 KiB d2eef192fc3a40a5af8292a41680cc3b1e270ca33702b774b6befa187f110aa6

Available diffs

No changes file available.

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.