slackbuilds/python/python-tblib
Brenton Earl 1493f249e7 python/python-tblib: Updated for version 1.3.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-04-22 08:10:42 +07:00
..
README python/python-tblib: Updated for version 1.3.0. 2016-12-24 07:33:30 +07:00
python-tblib.SlackBuild python/python-tblib: Updated for version 1.3.2. 2017-04-22 08:10:42 +07:00
python-tblib.info python/python-tblib: Updated for version 1.3.2. 2017-04-22 08:10:42 +07:00
slack-desc python/python-tblib: Updated for version 1.3.0. 2016-12-24 07:33:30 +07:00

README

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.