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:57 2025 |
md5 checksum | 6ad07f9c13b8c22b2fce1054095ad56a |
arch | x86_64 |
build | py312h06a4308_0 |
depends | python >=3.12,<3.13.0a0 |
license | BSD-2-Clause |
license_family | BSD |
md5 | 6ad07f9c13b8c22b2fce1054095ad56a |
name | python-tblib |
platform | linux |
sha1 | b4b7fe8f1f038c4b9e4c61748433c8a88a291196 |
sha256 | ab6019bef2c1a8f7729c35bbb54537ac9dd25644c162a95f58c6b820634fff8b |
size | 22239 |
subdir | linux-64 |
timestamp | 1698900331644 |
version | 1.7.1 |