Santiago Hernandez <[email protected]> added the comment:
Thanks, I get it now, I hadn't seen that the pickling of the workers was Processes pickling. Yeah, I was not doing this anywhere else, it seems like slipped through once. But it called my attention that it used to work and now it doesn't. On Tue, Jul 3, 2018 at 4:38 PM, Antoine Pitrou <[email protected]> wrote: > > Antoine Pitrou <[email protected]> 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 <[email protected]> > <https://bugs.python.org/issue34034> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34034> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
