Name : python3-tblib
| |
Version : 1.6.0
| Vendor : openSUSE
|
Release : bp154.1.1
| Date : 2021-07-15 15:42:43
|
Group : Development/Languages/Python
| Source RPM : python-tblib-1.6.0-bp154.1.1.src.rpm
|
Size : 0.09 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Traceback serialization library
|
Description :
Traceback serialization library.
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.
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch |