Message170348
I propose to close this issue as fixed.
The first two problems in the OP are now resolved through patches to pickle.
The third problem is addressed by issue5370: it is a documented feature of pickle that anyone who defines __setattr__ / __getattr__ that depend on an internal state must also take care to restore that state during unpickling. Otherwise, the code is not pickle-safe, and by extension, not multiprocessing-safe. |
|
Date |
User |
Action |
Args |
2012-09-12 01:12:03 | max | set | recipients:
+ max, vstinner, macfreek, jnoller, asksol, flox, eliquious |
2012-09-12 01:12:03 | max | set | messageid: <1347412323.52.0.814342000584.issue9592@psf.upfronthosting.co.za> |
2012-09-12 01:12:03 | max | link | issue9592 messages |
2012-09-12 01:12:02 | max | create | |
|