[issue17900] Recursive OrderedDict pickling

Raymond Hettinger report at bugs.python.org
Sun Nov 2 09:41:26 CET 2014


Raymond Hettinger added the comment:

This patch caused a regression by breaking designed-in support for pickling using PyYAML (note, there was a test for yaml support, but this patch defeated the test).  As a result of the patch, ordering now gets lost during a dump/load roundtrip.

This change should not have been committed without my review (I would have caught the problem instantly).

----------
resolution: fixed -> 
stage: resolved -> needs patch
status: closed -> open
type: enhancement -> behavior
versions: +Python 3.5
Added file: http://bugs.python.org/file37103/test_yaml.py

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


More information about the Python-bugs-list mailing list