[issue26507] Use highest pickle protocol in multiprocessing

2016-03-07 Thread Ed Behn
Changes by Ed Behn : Added file: http://bugs.python.org/file42087/patch ___ Python tracker <http://bugs.python.org/issue26507> ___ ___ Python-bugs-list mailing list Unsub

[issue26507] Use highest pickle protocol in multiprocessing

2016-03-07 Thread Ed Behn
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