[issue23403] Use pickle protocol 4 by default?

Serhiy Storchaka report at bugs.python.org
Fri Feb 6 22:28:18 CET 2015


New submission from Serhiy Storchaka:

Why not use pickle protocol 4 by default? It allows to pickle some objects which are not pickleable with lower protocols and is more efficient.

----------
components: Library (Lib)
messages: 235498
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Use pickle protocol 4 by default?
type: enhancement
versions: Python 3.5

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


More information about the Python-bugs-list mailing list