No checking policy for itertools.groupby

Bug #645469 reported by Aaron Bentley
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zope.security
Won't Fix
Undecided
Unassigned

Bug Description

itertools.groupby is a built-in custom iterator type introduced in python2.4. It should have the same checker as other built-in iterators.

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])

Revision history for this message
Tres Seaver (tseaver) wrote :
Changed in zope.security:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.