This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author max
Recipients asksol, eliquious, flox, jnoller, macfreek, max, vstinner
Date 2012-09-12.01:12:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347412323.52.0.814342000584.issue9592@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-12 01:12:03maxsetrecipients: + max, vstinner, macfreek, jnoller, asksol, flox, eliquious
2012-09-12 01:12:03maxsetmessageid: <1347412323.52.0.814342000584.issue9592@psf.upfronthosting.co.za>
2012-09-12 01:12:03maxlinkissue9592 messages
2012-09-12 01:12:02maxcreate