Closed
Description
See this mailing-list discussion.
As @StefanKarpinski notes, the combinations
function should really return an Iterator
type; the task-based interface was doubtless easier to implement but is harder to use.
Furthermore, it looks like we have a little ways to go in order to beat the CPython itertools.combinations
function.