Handle cases that dictiter.next is called directly
(pickle does this) attrwrapper.iteritems also need to return an iterator (previously, a list) since pickle calls next on those directly as well.
Showing
Please register or sign in to comment