You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README python/python-tblib: Added (Traceback fiddling library). 10 years ago
python-tblib.SlackBuild python/python-tblib: Added (Traceback fiddling library). 10 years ago
python-tblib.info Multiple: Fixed .info file (removed pysetuptools) 10 years ago
slack-desc python/python-tblib: Added (Traceback fiddling library). 10 years ago

README

Traceback fiddling library. For now 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).