×

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 ae10b83f88eaea3f667ab1832b644b8d
arch x86_64
build py311h06a4308_0
depends python >=3.11,<3.12.0a0
license BSD-2-Clause
license_family BSD
md5 ae10b83f88eaea3f667ab1832b644b8d
name python-tblib
platform linux
sha1 b58a1d843849ec6c619061d06288f0374375b275
sha256 cc6127471a98f8c726408071ac259e3ce01417fc97c0f5bd3bebcaa126afb07b
size 23978
subdir linux-64
timestamp 1684965622835
version 1.7.1