New submission from Serhiy Storchaka:

Here is a patch which allows pickling of recursive OrderedDicts. Actually it 
simplifies __reduce__() code.

----------
components: Library (Lib)
files: OrderedDict_pickle_recursive.patch
keywords: patch
messages: 188325
nosy: alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Recursive OrderedDict pickling
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file30116/OrderedDict_pickle_recursive.patch

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

Reply via email to