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 <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