[issue10845] test_multiprocessing failure under Windows

Nick Coghlan report at bugs.python.org
Sat Jan 29 16:04:56 CET 2011


Nick Coghlan <ncoghlan at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10845>
_______________________________________


More information about the Python-bugs-list mailing list