[issue26507] Use highest pickle protocol in multiprocessing

Davin Potts report at bugs.python.org
Mon Mar 7 22:49:00 EST 2016


Davin Potts added the comment:

As described in issue23403, it is possible for independent processes to communicate to one another through multiprocessing.  Thus changing the default triggers complications and is arguably much less interesting than having control over what protocol (or mechanism) is to be used for pickling.

----------
nosy: +davin

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26507>
_______________________________________


More information about the Python-bugs-list mailing list