aboutsummaryrefslogtreecommitdiff
path: root/python/python2-tblib/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-03 06:50:19 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-05-03 01:49:58 -0500
commit9777a0bb54b03bb7677cd4c2cb2fab294b8710a4 (patch)
tree13aa37a24388a6336bf8d289774c73328338941b /python/python2-tblib/README
parent1e7788a7325cba285078effe78157aa307b984d5 (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/README5
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.