[issue23611] Pickle nested names with protocols < 4

Serhiy Storchaka report at bugs.python.org
Sun Mar 8 18:50:40 CET 2015


New submission from Serhiy Storchaka:

Proposed patch allows Python implementation of the pickle module to pickle nested names (e.g. methods) with protocols < 4. Pickled data is compatible with old releases.

If this is good I'll write C implementation.

----------
components: Library (Lib)
files: pickle_nested_names.patch
keywords: patch
messages: 237548
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Pickle nested names with protocols < 4
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38390/pickle_nested_names.patch

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


More information about the Python-bugs-list mailing list