Greg Solomon added the comment:
Oh, I get it. There needs to be a next(self.it) loop in __next__ as well as in
_grouper in case the user doesn't call _grouper.
My test was
for ( k , g ) in groupby( L ):
print ( k , len( list( g ) ) )
so I was executing _grouper on every row.
Thanks !!!
----------
resolution: -> not a bug
status: open -> closed
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue28939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com