Message133023
> 1) A multiprocessing worker can not return (return, not raise!) an
> Exception. (...) raise an error if multiple arguments are required:
> TypeError: ('__init__() takes exactly 2 arguments (1 given)',
> <class '__main__.MyException'>, ())
This problem comes from pickle, not multiprocessing: issue #1692335.
> 2) A multiprocessing worker can not return an hashlib Object.
> If this is attempted, pickle returns an error:
It is related to pickle and hashlib: #11771 |
|
Date |
User |
Action |
Args |
2011-04-05 12:14:00 | vstinner | set | recipients:
+ vstinner, macfreek, jnoller, asksol, flox |
2011-04-05 12:14:00 | vstinner | set | messageid: <1302005640.64.0.00697994651415.issue9592@psf.upfronthosting.co.za> |
2011-04-05 12:14:00 | vstinner | link | issue9592 messages |
2011-04-05 12:14:00 | vstinner | create | |
|