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 r.david.murray
Recipients r.david.murray, serhiy.storchaka, spencera, terry.reedy
Date 2017-02-02.21:39:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486071579.56.0.855829486801.issue29423@psf.upfronthosting.co.za>
In-reply-to
Content
The fact that RLock's *appeared* to be picklable was a bug in previous versions of python (see issue 22995).

If you had code that worked before actually using the locks then perhaps there is a deeper error, though, so I'm nosying Serhiy to take a look at this (I don't use concurrent.futures so I'm not qualified to evaluate your example for validity).
History
Date User Action Args
2017-02-02 21:39:39r.david.murraysetrecipients: + r.david.murray, terry.reedy, serhiy.storchaka, spencera
2017-02-02 21:39:39r.david.murraysetmessageid: <1486071579.56.0.855829486801.issue29423@psf.upfronthosting.co.za>
2017-02-02 21:39:39r.david.murraylinkissue29423 messages
2017-02-02 21:39:39r.david.murraycreate