summaryrefslogtreecommitdiffstats
path: root/python/python2-tblib/README
blob: dc347e28bf1812aa4d393311382158927befc2d2 (plain)
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.