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 berker.peksag
Recipients JelleZijlstra, berker.peksag, davin, docs@python, memeplex
Date 2016-06-12.08:49:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465721345.8.0.697007623545.issue27221@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, we can remove the versionchanged directive. The attached script works fine with the spawn start method in Python 3.4.

I will commit the following version:

    Ensure that all arguments to :meth:`Process.__init__` are picklable.
    Also, if you subclass :class:`~multiprocessing.Process` then make sure that
    instances will be picklable when the :meth:`Process.start
    <multiprocessing.Process.start>` method is called.
History
Date User Action Args
2016-06-12 08:49:05berker.peksagsetrecipients: + berker.peksag, memeplex, docs@python, davin, JelleZijlstra
2016-06-12 08:49:05berker.peksagsetmessageid: <1465721345.8.0.697007623545.issue27221@psf.upfronthosting.co.za>
2016-06-12 08:49:05berker.peksaglinkissue27221 messages
2016-06-12 08:49:05berker.peksagcreate