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 ebehn
Recipients ebehn
Date 2016-03-08.02:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Currently, the default pickle protocol is used to return worker results in a multiprocessing pool. The highest protocol should be used because backwards compatibility is not an issue.
History
Date User Action Args
2016-03-08 02:11:25ebehnsetrecipients: + ebehn
2016-03-08 02:11:25ebehnsetmessageid: <[email protected]>
2016-03-08 02:11:24ebehnlinkissue26507 messages
2016-03-08 02:11:23ebehncreate