Language

Package: python-tblib @ 1.6.0

Synopsis

Traceback serialization library

Description

Traceback serialization allows you to:

  1. Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running code over multiple processes (imagine multiprocessing, billiard, futures, celery etc).

  2. Parse traceback strings and raise with the parsed tracebacks.

Home page
https://github.com/ionelmc/python-tblib
Location
gnu/packages/python-xyz.scm (line: 15757, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?