mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
29f7a2f4b8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
271 B
Text
4 lines
271 B
Text
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).
|