slackbuilds/python/python2-tblib
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
python2-tblib.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python2-tblib.info
slack-desc

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.