Comment 1 for bug 645469

Revision history for this message
Aaron Bentley (abentley) wrote :

Also, itertools._grouper also needs to be exposed as an iterator. Its type is not exposed by name, but can be accessed like so:
type(list(itertools.groupby([0]))[0][1])