python-tblib 3.0.0-3 source package in Ubuntu

Changelog

python-tblib (3.0.0-3) unstable; urgency=medium

  * Export PYTHONNODEBUGRANGES=yes from debian/rules for autopkgtest.

 -- Colin Watson <email address hidden>  Wed, 06 Dec 2023 11:16:56 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tblib_3.0.0-3.dsc 2.2 KiB 4983d8fce81cb12b2b1219e722ee8c09ddd572aab1cd93fd9eaf9cbdfaf27fa0
python-tblib_3.0.0.orig.tar.gz 29.9 KiB 93622790a0a29e04f0346458face1e144dc4d32f493714c6c3dff82a4adb77e6
python-tblib_3.0.0-3.debian.tar.xz 3.5 KiB 51ea63243e402efe736899bf978ef03487309341d428c2912b3204a18ab9252d

Available diffs

No changes file available.

Binary packages built by this source

python3-tblib: Python 3 traceback fiddling library

 This library allows pickling tracebacks so that they can be passed across
 process boundaries. The traceback objects that come out are stripped of
 some attributes such as variables, but it is at least possible to raise
 exceptions with those tracebacks or print them.