freebsd-ports/devel/py-tblib/pkg-descr

7 lines
321 B
Text

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).
Parse traceback strings and raise with the parsed tracebacks.
WWW: https://pypi.org/project/tblib/