mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
9777a0bb54
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> |
||
---|---|---|
.. | ||
python2-tblib.info | ||
python2-tblib.SlackBuild | ||
README | ||
slack-desc |
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.