diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-03 06:50:19 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-03 01:49:58 -0500 |
commit | 9777a0bb54b03bb7677cd4c2cb2fab294b8710a4 (patch) | |
tree | 13aa37a24388a6336bf8d289774c73328338941b /python/python2-tblib/README | |
parent | 1e7788a7325cba285078effe78157aa307b984d5 (diff) |
python/python-tblib: Renamed python2-tblib.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python2-tblib/README')
-rw-r--r-- | python/python2-tblib/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python2-tblib/README b/python/python2-tblib/README new file mode 100644 index 0000000000..dc347e28bf --- /dev/null +++ b/python/python2-tblib/README @@ -0,0 +1,5 @@ +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. |