[issue29423] using concurrent.futures.ProcessPoolExecutor in class giving 'TypeError: can't pickle _thread.RLock objects' in 3.6, but not 3.5

spencera report at bugs.python.org
Fri Feb 3 01:25:12 EST 2017


spencera added the comment:

Interesting. So, out of curiosity, what has changed from 3.5.2 to 3.6.0 that causes this new behavior? Was an instance associated with an instance method that was passed to submit not implicitly pickled before 3.6.0? Is it from the changes to the pickle module in 3.6? Something else?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29423>
_______________________________________


More information about the Python-bugs-list mailing list