[issue34034] Python 3.7.0 multiprocessing forkserver ForkingPickler behaviour change

Antoine Pitrou report at bugs.python.org
Tue Jul 3 15:38:09 EDT 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

It could be many different things.  The bottom line here, though, is that the Process class is not designed to be picklable (how would it work?), which is probably why you're seeing this.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34034>
_______________________________________


More information about the Python-bugs-list mailing list