Dict in dict bug

Havoc Pennington hp@redhat.com
Sun, 30 Nov 2003 13:32:31 -0500


On Sun, 2003-11-30 at 10:58, Richard Hult wrote:
> Hi,
> 
> Currently, you can't put a dict inside a dict, since
> iter->wrote_dict_key isn't reset like when appending other types to a
> dict. The attached patch fixes that, and adds a test case for the bug.
> 
> Does it look OK?
> 

Looks sane, thanks.

Havoc