This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients asksol, brett.cannon, brian.curtin, georg.brandl, jnoller, michael.foord, ncoghlan, pitrou, terry.reedy, vstinner
Date 2011-01-29.15:04:55
SpamBayes Score 0.014394315
Marked as misclassified No
Message-id <1296313496.67.0.341012164411.issue10845@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2011-01-29 15:04:56ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, terry.reedy, pitrou, vstinner, jnoller, michael.foord, brian.curtin, asksol
2011-01-29 15:04:56ncoghlansetmessageid: <1296313496.67.0.341012164411.issue10845@psf.upfronthosting.co.za>
2011-01-29 15:04:55ncoghlanlinkissue10845 messages
2011-01-29 15:04:55ncoghlancreate