mirror of https://git.FreeBSD.org/ports.git
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
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).
|
|
Parse traceback strings and raise with the parsed tracebacks.
|