It 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). * Create traceback objects from strings (the from_string method). No pickling is used. * Serialize tracebacks to/from plain dicts (the from_dict and to_dict methods). No pickling is used. * Raise the tracebacks created from the aforementioned sources. * Pickle an Exception together with its traceback and exception chain (raise ... from ...) (Python 3 only) Again, note that using the pickle support is completely optional. You are solely responsible for security problems should you decide to use the pickle support.
Uploaded | Mon Mar 31 23:38:56 2025 |
md5 checksum | 4d86198553544ed2e88debbc73bbe6ed |
arch | x86_64 |
build | py310h06a4308_0 |
depends | python >=3.10,<3.11.0a0 |
license | BSD-2-Clause |
license_family | BSD |
md5 | 4d86198553544ed2e88debbc73bbe6ed |
name | python-tblib |
platform | linux |
sha1 | b681d0243cdf8f715cf4b72803d7287c54c25e9d |
sha256 | e8ee0693206f57f764e2958f737a3de7f442e555a93ce5c84ce44fb87993dbe3 |
size | 20933 |
subdir | linux-64 |
timestamp | 1684965547791 |
version | 1.7.1 |