Nick Coghlan <ncogh...@gmail.com> added the comment:

To answer Antoine's question directly:

With the patch, it works just as well as multiprocessing on Windows currently 
does if the objects marshalled between parent and
child refer to classes defined inside a "if __name__ == '__main__':" clause in 
the main module (i.e. it doesn't, but that isn't really multiprocessing's fault)

----------

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

Reply via email to