New submission from Ed Behn: 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.
---------- components: Extension Modules files: patch messages: 261318 nosy: ebehn priority: normal severity: normal status: open title: Use highest pickle protocol in multiprocessing type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file42086/patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26507> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com