[issue4170] segfault with defaultdict and pickle

Hirokazu Yamamoto report at bugs.python.org
Wed Oct 22 13:32:06 CEST 2008


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

On py3k, defaultdict#items() returns dict_items object not
dict_itemiterator object. I hope attached patch will fix this bug.

----------
keywords: +patch
nosy: +ocean-city
Added file: http://bugs.python.org/file11856/fix_defaultdict_reduce.patch

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


More information about the Python-bugs-list mailing list