mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ee86361fec
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
346 B
Text
5 lines
346 B
Text
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.
|