slackbuilds_ponce/python/python-tblib/README
Brenton Earl ee86361fec
python/python-tblib: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-12-24 07:33:30 +07:00

5 lines
346 B
Text

A traceback serialization library that allows you to 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). It also parses traceback
strings and raise with the parsed tracebacks.