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