Serhiy Storchaka added the comment:

Pickle is backward compatible and Python 2 usually is able to unpickle data 
pickled by Python 3 with protocol < 3. The patch doesn't break compatibility. 
Current default protocol is 3 for compatibility with older Python 3 versions. 
It is used in multiprocessing and this is not configurable.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23611>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to