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 Will S
Recipients Will S, davin, eric.snow, python-dev
Date 2017-07-28.20:19:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501273144.17.0.139090868084.issue28053@psf.upfronthosting.co.za>
In-reply-to
Content
Just to follow up in case anyone comes across my last message later:

I just had to change the last line from

multiprocessing.reducer = pickle2reducer.Pickle2Reducer()

to

multiprocessing.context._default_context.reducer = pickle2reducer.Pickle2Reducer()
History
Date User Action Args
2017-07-28 20:19:04Will Ssetrecipients: + Will S, python-dev, eric.snow, davin
2017-07-28 20:19:04Will Ssetmessageid: <1501273144.17.0.139090868084.issue28053@psf.upfronthosting.co.za>
2017-07-28 20:19:04Will Slinkissue28053 messages
2017-07-28 20:19:04Will Screate