Name: | python3-tblib |
---|---|
Version: | 2.0.0 |
Release: | 3.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 74170 |
License: | BSD-2-Clause |
RPM: | python3-tblib-2.0.0-3.el9.noarch.rpm |
Source RPM: | python-tblib-2.0.0-3.el9.src.rpm |
Build Date: | Thu Jul 20 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/tblib |
Summary: | Traceback serialization library |
Description: | 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). * Parse traceback strings and raise with the parsed tracebacks. |