[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: 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 
<http://bugs.python.org/issue26507>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com