Source: python-tblib Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Colin Watson , Standards-Version: 4.6.2 Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-setuptools, python3-six , python3-twisted , Homepage: https://github.com/ionelmc/python-tblib Vcs-Git: https://salsa.debian.org/python-team/packages/python-tblib.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tblib Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Package: python3-tblib Architecture: all Multi-Arch: foreign Depends: python3-six, ${misc:Depends}, ${python3:Depends}, Description: 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.