mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
7 lines
321 B
Text
7 lines
321 B
Text
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.
|
|
|
|
WWW: https://pypi.org/project/tblib/
|