summaryrefslogtreecommitdiffstats
path: root/python/python-tblib/README
blob: cc1f8b420d55b4c4bdba7e9b21fa83be4f1c7963 (plain)
1
2
3
4
Traceback fiddling library. For now 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).