aboutsummaryrefslogtreecommitdiff
path: root/python/python2-tblib/README
diff options
context:
space:
mode:
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 000000000000..dc347e28bf18
--- /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.