[New-bugs-announce] [issue17900] Recursive OrderedDict pickling

Serhiy Storchaka report at bugs.python.org
Fri May 3 21:40:16 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17900>
_______________________________________


More information about the New-bugs-announce mailing list