Richard Oudkerk added the comment:

Some sort of error is expected.

On Windows any functions or classes used in a task sent the executor must be 
picklable/unpicklable.  This means that they must be defined in an importable 
module rather than being defined in the interactive shell.

On Unix, you can use a definition made in the interactive shell, but *only* if 
it was defined before starting the executor.

----------
nosy: +sbt
type: crash -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17874>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to