Message 321190 - Python tracker

Message321190

Author Santiago Hernandez
Recipients Santiago Hernandez, pitrou
Date 2018-07-06.19:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAAVaAkcW6ed9_-DGcH0Y_JP7rUu9cOXWrEwQU4hoOen3OAnt7w@mail.gmail.com>
In-reply-to <1530646689.95.0.56676864532.issue34034@psf.upfronthosting.co.za>
Content
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 <report@bugs.python.org>
wrote:

>
> Antoine Pitrou <pitrou@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@bugs.python.org>
> <https://bugs.python.org/issue34034>
> _______________________________________
>
History
Date User Action Args
2018-07-06 19:49:46Santiago Hernandezsetrecipients: + Santiago Hernandez, pitrou
2018-07-06 19:49:46Santiago Hernandezlinkissue34034 messages
2018-07-06 19:49:46Santiago Hernandezcreate