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 pitrou
Recipients Jimbofbx, asksol, dragonfyre13, dsvensson, gsson, jnoller, jodal, pitrou, sbt
Date 2012-04-07.17:28:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333819404.3814.3.camel@localhost.localdomain>
In-reply-to <1333819565.61.0.292996682609.issue4892@psf.upfronthosting.co.za>
Content
> ForkingPickler is only used when creating a child process.  The
> multiprocessing.reduction module is only really intended for sending
> stuff to *pre-existing* processes.

But ForkingPickler could be used in multiprocessing.connection, couldn't
it?
History
Date User Action Args
2012-04-07 17:28:47pitrousetrecipients: + pitrou, jnoller, gsson, dsvensson, asksol, jodal, Jimbofbx, dragonfyre13, sbt
2012-04-07 17:28:46pitroulinkissue4892 messages
2012-04-07 17:28:46pitroucreate